Workflows Executions V1beta API - Module Google::Cloud::Workflows::Executions::V1beta::Execution::State (v0.8.0)

Reference documentation and code samples for the Workflows Executions V1beta API module Google::Cloud::Workflows::Executions::V1beta::Execution::State.

Describes the current state of the execution. More states may 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.