WorkflowManager Class

 

Allows managing workflows and starting workflows.

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

Inheritance Hierarchy

System.Object
  Microsoft.Workflow.Client.WorkflowManager

Syntax

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

Methods

Name Description
System_CAPS_pubmethod Delete()

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

System_CAPS_pubmethod Delete(IDictionary<String, String>)

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

System_CAPS_pubmethod Delete(IDictionary<String, String>, Boolean)

Deletes all workflows in a scope with matching metadataFilter.

System_CAPS_pubmethod Delete(String)

Deletes specified workflow wihout terminating existing instances.

System_CAPS_pubmethod Delete(String, Boolean)

Deletes specified workflow.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod Get(Int32, Int32)

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

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

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

System_CAPS_pubmethod Get(String)

Retrieves specified WorkflowDescription.

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Publish(WorkflowDescription)

Publishes a workflow to the current scope.

System_CAPS_pubmethod Publish(WorkflowDescription, Boolean)

Publishes a workflow to the current scope.

System_CAPS_pubmethod Start(String)

Start a new instance of a specified workflow.

System_CAPS_pubmethod Start(String, IDictionary<String, Object>)

Start a new instance of a specified workflow.

System_CAPS_pubmethod Start(String, WorkflowStartParameters)

Start a new instance of a specified workflow.

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