Google Cloud Workflows V1beta Client - Class State (0.5.0)

Reference documentation and code samples for the Google Cloud Workflows V1beta Client class State.

Describes the current state of the execution. More states may be added in the future.

Protobuf type google.cloud.workflows.executions.v1beta.Execution.State

Namespace

Google \ Cloud \ Workflows \ Executions \ V1beta \ Execution

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;