Enum WorkflowNode.Types.NodeState (3.4.0)

public enum NodeState

The workflow node state.

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Fields

NameDescription
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.