London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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