Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The default values for SPWorkflowStatus class workflows.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Enumeration SPWorkflowStatus
'Usage
Dim instance As SPWorkflowStatus
public enum SPWorkflowStatus
Members
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. |