This topic has not yet been rated - Rate this topic

SPWorkflowHistoryEventType Enumeration

Classifies the type of workflow history event.

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
[NoNameChangeOnRemoteAuthoringAttribute]
public enum SPWorkflowHistoryEventType
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.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ