ISoapServerWorkflow Members
Include Protected Members
Include Inherited Members
Specifies the interface that assemblies must implement to get information about workflow for an item or workflow task, start a workflow, get workflow templates, and so on.
The ISoapServerWorkflow type exposes the following members.
Methods
Name | Description | |
---|---|---|
AlterToDo | Updates the task information for a specific workflow task. | |
ClaimReleaseTask | Claims or releases a task that was originally assigned to a group. | |
GetTemplatesForItem | Gets the workflow associations that are available for a specific SharePoint item. | |
GetToDosForItem | Gets the workflow tasks assigned to a specific user for a given SharePoint item. | |
GetWorkflowDataForItem | Gets the workflow data (tasks, associations, and workflows) for a specific user for a given SharePoint item. | |
GetWorkflowTaskData | Gets the workflow task data for a specific workflow task. | |
StartWorkflow | Starts a workflow instance on an item. |
Top