Dataform V1 API - Module Google::Cloud::Dataform::V1::WorkflowInvocationAction::State (v0.3.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Dataform V1 API module Google::Cloud::Dataform::V1::WorkflowInvocationAction::State.
Represents the current state of a workflow invocation action.
Constants
PENDING
value: 0 The action has not yet been considered for invocation.
RUNNING
value: 1 The action is currently running.
SKIPPED
value: 2 Execution of the action was skipped because upstream dependencies did not
all complete successfully. A terminal state.
DISABLED
value: 3 Execution of the action was disabled as per the configuration of the
corresponding compilation result action. A terminal state.
SUCCEEDED
value: 4 The action succeeded. A terminal state.
CANCELLED
value: 5 The action was cancelled. 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 2026-03-30 UTC."],[],[]]