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.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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