State
Stay organized with collections
Save and categorize content based on your preferences.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-24 UTC.
[null,null,["Last updated 2024-07-24 UTC."],[],[],null,["# State\n\nThe state of an execution or a step that indicates their level of completion.\n\n| Enums ||\n|----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `unknownState` | Should never be in this state. Exists for proto deserialization backward compatibility. |\n| `pending` | The Execution/Step is created, ready to run, but not running yet. If an Execution/Step is created without initial state, it is assumed that the Execution/Step is in PENDING state. |\n| `inProgress` | The Execution/Step is in progress. |\n| `complete` | The finalized, immutable state. Steps/Executions in this state cannot be modified. |"]]