Class WorkflowNode (3.0.0)

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

The workflow node. .. attribute:: step_id

Output only. The name of the node.

:type: str

Attributes

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

Classes

NodeState

NodeState(value)

The workflow node state.