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

Syntax

'Declaration
<NoNameChangeOnRemoteAuthoringAttribute> _
Public Enumeration SPWorkflowHistoryEventType
'Usage
Dim instance As SPWorkflowHistoryEventType
[NoNameChangeOnRemoteAuthoringAttribute]
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.

See Also

Reference

Microsoft.SharePoint.Workflow Namespace