Stay organized with collections
Save and categorize content based on your preferences.
The state of an execution or a step that indicates their level of completion.
Enums
unknownState
Should never be in this state. Exists for proto deserialization backward compatibility.
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.
inProgress
The Execution/Step is in progress.
complete
The finalized, immutable state. Steps/Executions in this state cannot be modified.
[[["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 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. |"]]