WorkflowManager Class
Allows managing workflows and starting workflows.
Assembly: Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)
| Name | Description | |
|---|---|---|
![]() | Delete() | Deletes all workflows in the current scope wihout terminating existing instances. |
![]() | Delete(IDictionary(Of String, String)) | Deletes all workflows in a scope with matching metadataFilter wihout terminating existing instances. |
![]() | Delete(IDictionary(Of String, String), Boolean) | Deletes all workflows in a scope with matching metadataFilter. |
![]() | Delete(String) | Deletes specified workflow wihout terminating existing instances. |
![]() | Delete(String, Boolean) | Deletes specified workflow. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | Get(Int32, Int32) | Retrieves a collection of WorkflowDescriptions for workflows in the current scope through paging. |
![]() | Get(Int32, Int32, IDictionary(Of String, String)) | Retrieves through paging a collection of WorkflowDescriptions for workflows in the current scope matching specified metaDataFilter. |
![]() | Get(String) | Retrieves specified WorkflowDescription. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Publish(WorkflowDescription) | Publishes a workflow to the current scope. |
![]() | Publish(WorkflowDescription, Boolean) | Publishes a workflow to the current scope. |
![]() | Start(String) | Start a new instance of a specified workflow. |
![]() | Start(String, IDictionary(Of String, Object)) | Start a new instance of a specified workflow. |
![]() | Start(String, WorkflowStartParameters) | Start a new instance of a specified workflow. |
![]() | ToString() | (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.

