Module: Google::Cloud::Dataproc::V1beta2::WorkflowNode::NodeState
- Defined in:
- proto_docs/google/cloud/dataproc/v1beta2/workflow_templates.rb
Overview
The workflow node state.
Constant Summary collapse
- NODE_STATUS_UNSPECIFIED =
State is unspecified.
0
- BLOCKED =
The node is awaiting prerequisite node to finish.
1
- RUNNABLE =
The node is runnable but not running.
2
- RUNNING =
The node is running.
3
- COMPLETED =
The node completed successfully.
4
- FAILED =
The node failed. A node can be marked FAILED because its ancestor or peer failed.
5