Google Cloud Workflows V1beta Client - Class State (0.5.4)

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

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

Protobuf type google.cloud.workflows.v1beta.Workflow.State

Namespace

Google \ Cloud \ Workflows \ V1beta \ Workflow

Methods

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 workflow has been deployed successfully and is serving.

Generated from protobuf enum ACTIVE = 1;