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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Workflows Executions V1beta API - Module Google::Cloud::Workflows::Executions::V1beta::Execution::State (v0.11.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.11.0 (latest)](/ruby/docs/reference/google-cloud-workflows-executions-v1beta/latest/Google-Cloud-Workflows-Executions-V1beta-Execution-State)\n- [0.10.1](/ruby/docs/reference/google-cloud-workflows-executions-v1beta/0.10.1/Google-Cloud-Workflows-Executions-V1beta-Execution-State)\n- [0.9.0](/ruby/docs/reference/google-cloud-workflows-executions-v1beta/0.9.0/Google-Cloud-Workflows-Executions-V1beta-Execution-State)\n- [0.8.1](/ruby/docs/reference/google-cloud-workflows-executions-v1beta/0.8.1/Google-Cloud-Workflows-Executions-V1beta-Execution-State)\n- [0.7.2](/ruby/docs/reference/google-cloud-workflows-executions-v1beta/0.7.2/Google-Cloud-Workflows-Executions-V1beta-Execution-State)\n- [0.6.0](/ruby/docs/reference/google-cloud-workflows-executions-v1beta/0.6.0/Google-Cloud-Workflows-Executions-V1beta-Execution-State)\n- [0.5.1](/ruby/docs/reference/google-cloud-workflows-executions-v1beta/0.5.1/Google-Cloud-Workflows-Executions-V1beta-Execution-State)\n- [0.4.0](/ruby/docs/reference/google-cloud-workflows-executions-v1beta/0.4.0/Google-Cloud-Workflows-Executions-V1beta-Execution-State)\n- [0.3.6](/ruby/docs/reference/google-cloud-workflows-executions-v1beta/0.3.6/Google-Cloud-Workflows-Executions-V1beta-Execution-State) \nReference documentation and code samples for the Workflows Executions V1beta API module Google::Cloud::Workflows::Executions::V1beta::Execution::State.\n\nDescribes the current state of the execution. More states may be added\nin the future.\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n**value:** 0 \nInvalid state.\n\n### ACTIVE\n\n**value:** 1 \nThe execution is in progress.\n\n### SUCCEEDED\n\n**value:** 2 \nThe execution finished successfully.\n\n### FAILED\n\n**value:** 3 \nThe execution failed with an error.\n\n### CANCELLED\n\n**value:** 4 \nThe execution was stopped intentionally."]]