The IWorkflowService type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateWorkflow |
Create a workflow based on the given data.
| |
GetWorkflowStatus |
Get the current status of a workflow instance.
| |
RestartWorkflow |
Restart a workflow based on the given instance ID.
| |
ResumeBookmark |
Initiates an operation to resume the specified bookmark, using the specified value. The bookmark to be resumed is previously created by an activity within the workflow instance.
| |
ResumeBookmarkOnBehalfOf |
Initiates an operation to resume the specified bookmark on behalf of a specified user, using the specified value. The bookmark to be resumed is previously created by an activity within the workflow instance.
| |
StartWorkflow |
Start a workflow based on the given instance ID.
| |
TakeOwnership |
Change workflow and open user tasks owner to current user
|
See Also