SPWorkflowStatus Enumeration

The default values for SPWorkflowStatus class workflows.

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

Public Enumeration SPWorkflowStatus

Dim instance As SPWorkflowStatus
public enum SPWorkflowStatus

Members

Member name Description
NotStarted Workflow has not started.
FailedOnStart Indicates that the workflow encountered an error when it started.
InProgress Workflow is currently in progress.
ErrorOccurred An error occurred during the execution of the workflow.
StoppedByUser Workflow execution was halted by a specified user.
Completed Workflow completed.
FailedOnStartRetrying Indicates that the workflow is being retried after it failed to start.
ErrorOccurredRetrying Indicates that the workflow is being retried after an initial failure.
ViewQueryOverflow
Max

See Also

Reference

Microsoft.SharePoint.Workflow Namespace