-->
Install the Workflow Manager Client on each server in the SharePoint farm. Download and install the Workflow Manager Client here: To configure Workflow Manager on a server that is part of the SharePoint Server farm and on which communication takes place by using HTTPS. Represents a client for interacting with Microsoft Azure Workflow Management API. Namespace: Microsoft.Workflow.Client Assembly: Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll) Inheritance Hierarchy. System.Object Microsoft.Workflow.Client.WorkflowManagementClient. Syntax public class WorkflowManagementClient.
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
Methods
Name | Description |
---|---|
Cancel(String, String, String) | Cancels a specified workflow instance. |
Equals(Object) | (Inherited from Object.) |
Finalize() | (Inherited from Object.) |
Get() | Retrieves information about all workflow instances in the current scope. |
Get(Int32, Int32) | Retrieves information about workflow instances in the current scope through paging. |
Get(Int32, Int32, String) | Retrieves through paging information about workflow instances of a specific worklow. |
Get(Int32, Int32, String, WorkflowInstanceStatus) | Retrieves through paging information about workflow instances of specified workflow and in specified state. |
Get(Int32, Int32, String, WorkflowInstanceStatus, IDictionary) | Retrieves through paging information about workflow instances that meet specifed criteria. |
Get(Int32, Int32, WorkflowInstanceStatus, IDictionary) | Retrieves through paging information about workflow instances that meet specifed criteria. |
Get(String, String) | Retrieves information about a specific workflow instance. |
GetCount() | Retrieves the count of all workflow instances in this scope. |
GetCount(String) | Retrieves the count of all workflow instances of a specific workflow. |
GetCount(String, WorkflowInstanceStatus, IDictionary) | Retrieves the count of all workflow instances of a specific workflow that have a specific status and match specified activation metadata filter. |
GetCount(WorkflowInstanceStatus) | Retrieves the count of all workflow instances that have a specific status. |
GetCount(WorkflowInstanceStatus, IDictionary) | Retrieves the count of all workflow instances that have a specific status and match specified activation metadata filter. |
GetDebugTraces(String, String) | Gets a collection of objects from the debug traces. |
GetHashCode() | (Inherited from Object.) |
GetType() | (Inherited from Object.) |
MemberwiseClone() | (Inherited from Object.) |
Resume(String, String) | Resumes specified workflow instance. |
Suspend(String, String, String) | Suspends the specified workflow instance. |
Terminate(String, String, String) | Terminates specified workflow instance. |
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.
Microsoft.workflow.client.scopenotfoundexception
See Also
Microsoft Workflow Software
Return to top