Reference documentation and code samples for the Workflows Executions V1 API module Google::Cloud::Workflows::Executions::V1::Execution::State.
Describes the current state of the execution. More states might be added in the future.
Constants
STATE_UNSPECIFIED
value: 0
Invalid state.
ACTIVE
value: 1
The execution is in progress.
SUCCEEDED
value: 2
The execution finished successfully.
FAILED
value: 3
The execution failed with an error.
CANCELLED
value: 4
The execution was stopped intentionally.
UNAVAILABLE
value: 5
Execution data is unavailable. See the state_error field.
QUEUED
value: 6
Request has been placed in the backlog for processing at a later time.