Represents the current state of a 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-30 UTC."],[],[]]