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+45c8d9adb5970d727cceec44a5ed61aea0016e50
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