SPWorkflowEventCompletionType Enumeration
Specifies the reason that a workflow ended.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<SubsetCallableTypeAttribute> _
Public Enumeration SPWorkflowEventCompletionType
'Usage
Dim instance As SPWorkflowEventCompletionType
[SubsetCallableTypeAttribute]
public enum SPWorkflowEventCompletionType
Members
Member name | Description | |
---|---|---|
NotApplicable | The default value. | |
Completed | The workflow completed the execution of its logic. | |
FailedOnStart | The workflow failed to start. | |
Errored | The workflow was ended because an exception was thrown. | |
ExternallyTerminated | The workflow was terminated externally. | |
InternallyTerminated | The workflow was terminated from within the workflow. |