Share via


InstanceManager Class

 

Allows retrieving and managing workflow instances.

Namespace:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Workflow.Client.InstanceManager

Syntax

public class InstanceManager
public ref class InstanceManager 
type InstanceManager = class end
Public Class InstanceManager

Methods

Name Description
System_CAPS_pubmethod Cancel(String, String, String)

Cancels a specified workflow instance.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod Get()

Retrieves information about all workflow instances in the current scope.

System_CAPS_pubmethod Get(Int32, Int32)

Retrieves information about workflow instances in the current scope through paging.

System_CAPS_pubmethod Get(Int32, Int32, String)

Retrieves through paging information about workflow instances of a specific worklow.

System_CAPS_pubmethod Get(Int32, Int32, String, WorkflowInstanceStatus)

Retrieves through paging information about workflow instances of specified workflow and in specified state.

System_CAPS_pubmethod Get(Int32, Int32, String, WorkflowInstanceStatus, IDictionary<String, String>)

Retrieves through paging information about workflow instances that meet specifed criteria.

System_CAPS_pubmethod Get(Int32, Int32, WorkflowInstanceStatus, IDictionary<String, String>)

Retrieves through paging information about workflow instances that meet specifed criteria.

System_CAPS_pubmethod Get(String, String)

Retrieves information about a specific workflow instance.

System_CAPS_pubmethod GetCount()

Retrieves the count of all workflow instances in this scope.

System_CAPS_pubmethod GetCount(String)

Retrieves the count of all workflow instances of a specific workflow.

System_CAPS_pubmethod GetCount(String, WorkflowInstanceStatus, IDictionary<String, String>)

Retrieves the count of all workflow instances of a specific workflow that have a specific status and match specified activation metadata filter.

System_CAPS_pubmethod GetCount(WorkflowInstanceStatus)

Retrieves the count of all workflow instances that have a specific status.

System_CAPS_pubmethod GetCount(WorkflowInstanceStatus, IDictionary<String, String>)

Retrieves the count of all workflow instances that have a specific status and match specified activation metadata filter.

System_CAPS_pubmethod GetDebugTraces(String, String)

Gets a collection of objects from the debug traces.

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Resume(String, String)

Resumes specified workflow instance.

System_CAPS_pubmethod Suspend(String, String, String)

Suspends the specified workflow instance.

System_CAPS_pubmethod Terminate(String, String, String)

Terminates specified workflow instance.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Workflow.Client Namespace

Return to top