Cloud Dataproc V1 API - Module Google::Cloud::Dataproc::V1::WorkflowNode::NodeState (v1.10.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Dataproc V1 API module Google::Cloud::Dataproc::V1::WorkflowNode::NodeState.
The workflow node state.
Constants
NODE_STATE_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 2026-03-30 UTC."],[],[]]