Class NodeState (5.9.3)

NodeState(value)

The workflow node state.

Values: NODE_STATE_UNSPECIFIED (0): State is unspecified. BLOCKED (1): The node is awaiting prerequisite node to finish. RUNNABLE (2): The node is runnable but not running. RUNNING (3): The node is running. COMPLETED (4): The node completed successfully. FAILED (5): The node failed. A node can be marked FAILED because its ancestor or peer failed.