ActionState Table

All possible states for an action are reflected in a record here.

Table 1. Database columns for ActionState table

Database Column

Details

ActionStateID

Type: integer. Key. Generated ID

The id for the action state.

ActionStateName

Type: text (max 32 characters). Key

The name for the action state. Possible id-name pairs are:

  • 1 = Created
  • 2 = DistributionInProgress
  • 3 = DistributionFailed
  • 4 = Distributed
  • 5 = SchedulePending
  • 6 = ScheduledFailed
  • 7 = Scheduled
  • 8 = Applied
  • 9 = ApplyFailed
  • 10 = CancelPending
  • 11 = CancelFailed
  • 12 = Cancelled
  • 13 = NotSupported