Class State (0.4.1)

State(value)

Represents the current state of an workflow invocation action.

Values: PENDING (0): The action has not yet been considered for invocation. RUNNING (1): The action is currently running. SKIPPED (2): Execution of the action was skipped because upstream dependencies did not all complete successfully. A terminal state. DISABLED (3): Execution of the action was disabled as per the configuration of the corresponding compilation result action. A terminal state. SUCCEEDED (4): The action succeeded. A terminal state. CANCELLED (5): The action was cancelled. A terminal state. FAILED (6): The action failed. A terminal state.