A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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: 13.30.0
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