Class NodeState (5.10.1)

NodeState(value)

The workflow node state.

Enums

Name Description
NODE_STATE_UNSPECIFIED State is unspecified.
BLOCKED The node is awaiting prerequisite node to finish.
RUNNABLE The node is runnable but not running.
RUNNING The node is running.
COMPLETED The node completed successfully.
FAILED The node failed. A node can be marked FAILED because its ancestor or peer failed.