Classifies the type of workflow history event.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public Enumeration SPWorkflowHistoryEventType
Dim instance As SPWorkflowHistoryEventType
public enum SPWorkflowHistoryEventType
Members
| Member name | Description | |
|---|---|---|
| None | There is no specific event type for this workflow event. | |
| WorkflowStarted | The workflow event concerns the workflow instance being initiated. | |
| WorkflowCompleted | The workflow event concerns the workflow instance being completed. | |
| WorkflowCancelled | The workflow event concerns the workflow instance being cancelled. | |
| WorkflowDeleted | The workflow event concerns the workflow instance being deleted. | |
| TaskCreated | The workflow event concerns a workflow task being created. | |
| TaskCompleted | The workflow event concerns a workflow task being marked as complete. | |
| TaskModified | The workflow event concerns a workflow task being modified. | |
| TaskRolledBack | The workflow event concerns changes to a workflow task being rolled back. | |
| TaskDeleted | The workflow event concerns a workflow task being deleted. | |
| WorkflowError | The workflow event concerns the workflow instance generating an error. | |
| WorkflowComment | The workflow event concerns a comment being written for the workflow instance. |