WorkflowManager Class

 

Allows managing workflows and starting workflows.

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

System.Object
  Microsoft.Workflow.Client.WorkflowManager

Public Class WorkflowManager

NameDescription
System_CAPS_pubmethodDelete()

Deletes all workflows in the current scope wihout terminating existing instances.

System_CAPS_pubmethodDelete(IDictionary(Of String, String))

Deletes all workflows in a scope with matching metadataFilter wihout terminating existing instances.

System_CAPS_pubmethodDelete(IDictionary(Of String, String), Boolean)

Deletes all workflows in a scope with matching metadataFilter.

System_CAPS_pubmethodDelete(String)

Deletes specified workflow wihout terminating existing instances.

System_CAPS_pubmethodDelete(String, Boolean)

Deletes specified workflow.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGet(Int32, Int32)

Retrieves a collection of WorkflowDescriptions for workflows in the current scope through paging.

System_CAPS_pubmethodGet(Int32, Int32, IDictionary(Of String, String))

Retrieves through paging a collection of WorkflowDescriptions for workflows in the current scope matching specified metaDataFilter.

System_CAPS_pubmethodGet(String)

Retrieves specified WorkflowDescription.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodPublish(WorkflowDescription)

Publishes a workflow to the current scope.

System_CAPS_pubmethodPublish(WorkflowDescription, Boolean)

Publishes a workflow to the current scope.

System_CAPS_pubmethodStart(String)

Start a new instance of a specified workflow.

System_CAPS_pubmethodStart(String, IDictionary(Of String, Object))

Start a new instance of a specified workflow.

System_CAPS_pubmethodStart(String, WorkflowStartParameters)

Start a new instance of a specified workflow.

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top

Community Additions

ADD
Show: