Class State (1.14.5)

State(value)

Describes the current state of the execution. More states may be added in the future.

Enums

Name Description
STATE_UNSPECIFIED Invalid state.
ACTIVE The execution is in progress.
SUCCEEDED The execution finished successfully.
FAILED The execution failed with an error.
CANCELLED The execution was stopped intentionally.