SPWorkflowStatus Enumeration
The default values for SPWorkflowStatus class workflows.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
| 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. |
