ITaskService members
Represents an ExternalDataExchangeService interface that enables workflow activities to request actions and handle events concerning workflow tasks, outside the workflow instance itself.
The ITaskService type exposes the following members.
Methods
Name | Description | |
---|---|---|
CompleteTask | Marks the specified workflow task as complete. | |
CreateTask | Creates a new workflow task. | |
CreateTaskWithContentType | Creates a new workflow task of the specified content type. | |
DeleteTask | Deletes the specified workflow task. | |
RollbackTask | Rolls back the specified task. | |
UpdateTask | Updates a workflow task with the specified properties. |
Top
Events
Name | Description | |
---|---|---|
OnTaskChanged | Raised when the properties of a workflow task are changed. | |
OnTaskCreated | Raised when the a workflow task is created. | |
OnTaskDeleted | Raised when the a workflow task is deleted. |
Top