public enum WorkflowNode.Types.NodeStateReference documentation and code samples for the Google Cloud Dataproc v1 API enum WorkflowNode.Types.NodeState.
The workflow node state.
Namespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Fields |
|
|---|---|
| Name | Description |
Blocked |
The node is awaiting prerequisite node to finish. |
Completed |
The node completed successfully. |
Failed |
The node failed. A node can be marked FAILED because its ancestor or peer failed. |
Runnable |
The node is runnable but not running. |
Running |
The node is running. |
Unspecified |
State is unspecified. |