[[["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 2025-09-04 UTC."],[],[],null,["# Google Cloud Workflows V1 Client - Class State (1.1.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.1 (latest)](/php/docs/reference/cloud-workflows/latest/Executions.V1.Execution.State)\n- [1.1.0](/php/docs/reference/cloud-workflows/1.1.0/Executions.V1.Execution.State)\n- [1.0.3](/php/docs/reference/cloud-workflows/1.0.3/Executions.V1.Execution.State)\n- [0.5.5](/php/docs/reference/cloud-workflows/0.5.5/Executions.V1.Execution.State)\n- [0.4.2](/php/docs/reference/cloud-workflows/0.4.2/Executions.V1.Execution.State)\n- [0.3.0](/php/docs/reference/cloud-workflows/0.3.0/Executions.V1.Execution.State)\n- [0.2.17](/php/docs/reference/cloud-workflows/0.2.17/Executions.V1.Execution.State) \nReference documentation and code samples for the Google Cloud Workflows V1 Client class State.\n\nDescribes the current state of the execution. More states might be added\nin the future.\n\nProtobuf type `google.cloud.workflows.executions.v1.Execution.State`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Workflows \\\\ Executions \\\\ V1 \\\\ Execution\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n Value: 0\n\nInvalid state.\n\nGenerated from protobuf enum `STATE_UNSPECIFIED = 0;`\n\n### ACTIVE\n\n Value: 1\n\nThe execution is in progress.\n\nGenerated from protobuf enum `ACTIVE = 1;`\n\n### SUCCEEDED\n\n Value: 2\n\nThe execution finished successfully.\n\nGenerated from protobuf enum `SUCCEEDED = 2;`\n\n### FAILED\n\n Value: 3\n\nThe execution failed with an error.\n\nGenerated from protobuf enum `FAILED = 3;`\n\n### CANCELLED\n\n Value: 4\n\nThe execution was stopped intentionally.\n\nGenerated from protobuf enum `CANCELLED = 4;`\n\n### UNAVAILABLE\n\n Value: 5\n\nExecution data is unavailable. See the `state_error` field.\n\nGenerated from protobuf enum `UNAVAILABLE = 5;`\n\n### QUEUED\n\n Value: 6\n\nRequest has been placed in the backlog for processing at a later time.\n\nGenerated from protobuf enum `QUEUED = 6;`"]]