Module: Google::Cloud::Workflows::Executions::V1::Execution::State
- Defined in:
- proto_docs/google/cloud/workflows/executions/v1/executions.rb
Overview
Describes the current state of the execution. More states might be added in the future.
Constant Summary collapse
- STATE_UNSPECIFIED =
Invalid state.
0- ACTIVE =
The execution is in progress.
1- SUCCEEDED =
The execution finished successfully.
2- FAILED =
The execution failed with an error.
3- CANCELLED =
The execution was stopped intentionally.
4- UNAVAILABLE =
Execution data is unavailable. See the
state_errorfield. 5- QUEUED =
Request has been placed in the backlog for processing at a later time.
6