WorkflowInstanceManager.GetInstances Method

Include Protected Members
Include Inherited Members

Returns the collection of workflow instances.

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 GetInstances() Returns all the collection of workflow instances.
Public method GetInstances(Int32, Int32) Returns the collection of workflow instances with specified number to skip and count to retrieve.
Public method GetInstances(Int32, Int32, String) Returns the collection of workflow instances with specified skip value, count, and workflow name.
Public method GetInstances(Int32, Int32, WorkflowInstanceStatus, array<String[]) Returns the collection of workflow instances with specified skip value, count, workflow status and activation metadata filter.
Public method GetInstances(Int32, Int32, String, WorkflowInstanceStatus, array<String[]) Returns the collection of workflow instances with specified skip value, count, workflow status, workflow name and activation metadata filter.

Top

See Also

Reference

WorkflowInstanceManager Class

Microsoft.Workflow.Client Namespace