public enum Execution.Types.StateReference documentation and code samples for the Workflow Executions v1 API enum Execution.Types.State.
Describes the current state of the execution. More states might be added in the future.
Namespace
Google.Cloud.Workflows.Executions.V1Assembly
Google.Cloud.Workflows.Executions.V1.dll
Fields |
|
|---|---|
| Name | Description |
Active |
The execution is in progress. |
Cancelled |
The execution was stopped intentionally. |
Failed |
The execution failed with an error. |
Queued |
Request has been placed in the backlog for processing at a later time. |
Succeeded |
The execution finished successfully. |
Unavailable |
Execution data is unavailable. See the |
Unspecified |
Invalid state. |