Google Cloud Dataproc v1 API - Enum WorkflowNode.Types.NodeState (5.11.0)

public enum WorkflowNode.Types.NodeState

Reference documentation and code samples for the Google Cloud Dataproc v1 API enum WorkflowNode.Types.NodeState.

The workflow node state.

Namespace

Google.Cloud.Dataproc.V1

Assembly

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.