SPWorkflowEventCompletionType Enumeration
SharePoint 2010
Specifies the reason that a workflow ended.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
| 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. |