public enum Execution.Types.StateReference documentation and code samples for the Workflow Executions v1beta API enum Execution.Types.State.
Describes the current state of the execution. More states may be added in the future.
Namespace
Google.Cloud.Workflows.Executions.V1BetaAssembly
Google.Cloud.Workflows.Executions.V1Beta.dll
Fields |
|
|---|---|
| Name | Description |
Active |
The execution is in progress. |
Cancelled |
The execution was stopped intentionally. |
Failed |
The execution failed with an error. |
Succeeded |
The execution finished successfully. |
Unspecified |
Invalid state. |