Class WorkflowNode (2.3.1)

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 .workflow_templates.WorkflowNode.NodeState
Output only. The node state.
error str
Output only. The error detail.

Classes

NodeState

NodeState(value)

The workflow node state.