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: 0
Invalid state.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
ACTIVE
Value: 1
The execution is in progress.
Generated from protobuf enum ACTIVE = 1;
SUCCEEDED
Value: 2
The execution finished successfully.
Generated from protobuf enum SUCCEEDED = 2;
FAILED
Value: 3
The execution failed with an error.
Generated from protobuf enum FAILED = 3;
CANCELLED
Value: 4
The execution was stopped intentionally.
Generated from protobuf enum CANCELLED = 4;