1 out of 1 rated this helpful Rate this topic

SPWorkflowStatus Enumeration

The default values for SPWorkflowStatus class workflows.

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
public enum SPWorkflowStatus
Member name Description
NotStarted The 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 The workflow is 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 This member is reserved for internal use and is not intended to be used directly from your code.
Max This member is reserved for internal use and is not intended to be used directly from your code.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ