Reference documentation and code samples for the Google Cloud Workflows V1 Client class State.
Describes the current state of the execution. More states might be added in the future.
Protobuf type google.cloud.workflows.executions.v1.Execution.State
Namespace
Google \ Cloud \ Workflows \ Executions \ V1 \ ExecutionMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Invalid state.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
ACTIVE
Value: 1The execution is in progress.
Generated from protobuf enum ACTIVE = 1;
SUCCEEDED
Value: 2The execution finished successfully.
Generated from protobuf enum SUCCEEDED = 2;
FAILED
Value: 3The execution failed with an error.
Generated from protobuf enum FAILED = 3;
CANCELLED
Value: 4The execution was stopped intentionally.
Generated from protobuf enum CANCELLED = 4;
UNAVAILABLE
Value: 5Execution data is unavailable. See the state_error field.
Generated from protobuf enum UNAVAILABLE = 5;
QUEUED
Value: 6Request has been placed in the backlog for processing at a later time.
Generated from protobuf enum QUEUED = 6;