WorkflowInstanceManager.GetInstanceCount Method

Include Protected Members
Include Inherited Members

Retrieves the number of all workflow instances in this scope.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method GetInstanceCount() Retrieves the number of all workflow instances in this scope.
Public method GetInstanceCount(String) Retrieves the number of workflow instances with the specified workflow name.
Public method GetInstanceCount(WorkflowInstanceStatus, array<String[]) Retrieves the number of all workflow instances that have a specific status.
Public method GetInstanceCount(String, WorkflowInstanceStatus, array<String[]) Retrieves the number of all workflow instances of a specific workflow that have a specific status and match specified activation metadata filter.

Top

See Also

Reference

WorkflowInstanceManager Class

Microsoft.Workflow.Client Namespace