Dataflow V1beta3 API - Module Google::Cloud::Dataflow::V1beta3::ExecutionState (v0.16.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Dataflow V1beta3 API module Google::Cloud::Dataflow::V1beta3::ExecutionState.
The state of some component of job execution.
Constants
EXECUTION_STATE_UNKNOWN
value: 0 The component state is unknown or unspecified.
EXECUTION_STATE_NOT_STARTED
value: 1 The component is not yet running.
EXECUTION_STATE_RUNNING
value: 2 The component is currently running.
EXECUTION_STATE_SUCCEEDED
value: 3 The component succeeded.
EXECUTION_STATE_FAILED
value: 4 The component failed.
EXECUTION_STATE_CANCELLED
value: 5 Execution of the component was cancelled.
[[["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-04-03 UTC."],[],[]]