Module: Google::Cloud::Workflows::Executions::V1beta::Execution::State
- Defined in:
- proto_docs/google/cloud/workflows/executions/v1beta/executions.rb
Overview
Describes the current state of the execution. More states may 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