Class State (1.18.1)

State(value)

Describes the current state of the execution. More states might 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.
UNAVAILABLE Execution data is unavailable. See the `state_error` field.
QUEUED Request has been placed in the backlog for processing at a later time.