WorkflowNode(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The workflow node.
Attributes |
|
---|---|
Name | Description |
step_id |
str
Output only. The name of the node. |
prerequisite_step_ids |
MutableSequence[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.