Expand Minimize
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)
[NoNameChangeOnRemoteAuthoringAttribute]
public enum SPWorkflowHistoryEventType
Member nameDescription
NoneThere is no specific event type for this workflow event.
WorkflowStartedThe workflow event concerns the workflow instance being initiated.
WorkflowCompletedThe workflow event concerns the workflow instance being completed.
WorkflowCancelledThe workflow event concerns the workflow instance being cancelled.
WorkflowDeletedThe workflow event concerns the workflow instance being deleted.
TaskCreatedThe workflow event concerns a workflow task being created.
TaskCompletedThe workflow event concerns a workflow task being marked as complete.
TaskModifiedThe workflow event concerns a workflow task being modified.
TaskRolledBackThe workflow event concerns changes to a workflow task being rolled back.
TaskDeletedThe workflow event concerns a workflow task being deleted.
WorkflowErrorThe workflow event concerns the workflow instance generating an error.
WorkflowCommentThe workflow event concerns a comment being written for the workflow instance.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.