Workflows Executions V1 API - Module Google::Cloud::Workflows::Executions::V1::Execution::State (v1.5.1)
Stay organized with collections
Save and categorize content based on your preferences.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-04-03 UTC."],[],[]]