ActionFlowState Enumeration

Simple enum to track the state the Action flow execution is in.

Definition

Namespace: MobileTrack.Common.Models.ActionFlows.Execution
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public enum ActionFlowState

Members

NotStarted0 The action flow has not started yet nor set up.
Initialized1 The action flow has loaded the relevant data into memory and is ready to start.
Executing2 The action flow is currently executing
Completed3 The action flow has completed successfully.
Failed4 The action flow has failed to complete because one or more nodes failed.

See Also