Cloud Dataproc V1 API - Module Google::Cloud::Dataproc::V1::WorkflowNode::NodeState (v0.25.0)

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.