Class WorkflowNode (4.0.2)

WorkflowNode(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The workflow node.

Attributes

NameDescription
step_id str
Output only. The name of the node.
prerequisite_step_ids Sequence[str]
Output only. Node's prerequisite nodes.
job_id str
Output only. The job id; populated after the node enters RUNNING state.
state google.cloud.dataproc_v1.types.WorkflowNode.NodeState
Output only. The node state.
error str
Output only. The error detail.

Inheritance

builtins.object > proto.message.Message > WorkflowNode

Classes

NodeState

NodeState(value)

The workflow node state.