SaaS CMS has officially launched! Learn more now.

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: 11.8.3
Syntax
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.

Extension Methods