Enum ActivityExecutionStatus
Enumeration of activity status values that correspond to the life cycle of an activity within a running workflow instance.
Namespace: Mediachase.Commerce.WorkflowCompatibility
Assembly: Mediachase.Commerce.dll
Version: 12.17.2Syntax
public enum ActivityExecutionStatus
Fields
Name | Description |
---|---|
Canceling | Represents the status when an activity is in the process of being canceled. |
Closed | Represents the status when an activity is closed. |
Compensating | Represents the status when an activity is compensating. |
Executing | Represents the status when an activity is executing. |
Faulting | Represents the status when an activity is faulting. |
Initialized | Represents the status when an activity is being initialized. |