XrmWorkflowCompletionStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Status of a workflow instance after executing the StopWorkflow activity.
public enum XrmWorkflowCompletionStatus
type XrmWorkflowCompletionStatus =
Public Enum XrmWorkflowCompletionStatus
- Inheritance
-
XrmWorkflowCompletionStatus
Fields
Name | Value | Description |
---|---|---|
Succeeded | 0 | |
Canceled | 1 | |
Failed | 2 | |
Retry | 3 | |
Suspended | 4 |