Cloud Dataproc V1beta2 API - Module Google::Cloud::Dataproc::V1beta2::WorkflowNode::NodeState (v0.6.3) Stay organized with collections Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Dataproc V1beta2 API module Google::Cloud::Dataproc::V1beta2::WorkflowNode::NodeState.
The workflow node state.
Constants
NODE_STATUS_UNSPECIFIED
value: 0 State is unspecified.
BLOCKED
value: 1 The node is awaiting prerequisite node to finish.
RUNNABLE
value: 2 The node is runnable but not running.
RUNNING
value: 3 The node is running.
COMPLETED
value: 4 The node completed successfully.
FAILED
value: 5 The node failed. A node can be marked FAILED because its ancestor or peer failed.
[[["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-10-30 UTC."],[],[]]