Google Cloud Dataform V1 Client - Class State (0.8.0)

Reference documentation and code samples for the Google Cloud Dataform V1 Client class State.

Represents the current state of a workflow invocation.

Protobuf type google.cloud.dataform.v1.WorkflowInvocation.State

Namespace

Google \ Cloud \ Dataform \ V1 \ WorkflowInvocation

Methods

static::name

Parameter
Name
Description
value
mixed

static::value

Parameter
Name
Description
name
mixed

Constants

STATE_UNSPECIFIED

  Value: 0 
 

Default value. This value is unused.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

RUNNING

  Value: 1 
 

The workflow invocation is currently running.

Generated from protobuf enum RUNNING = 1;

SUCCEEDED

  Value: 2 
 

The workflow invocation succeeded. A terminal state.

Generated from protobuf enum SUCCEEDED = 2;

CANCELLED

  Value: 3 
 

The workflow invocation was cancelled. A terminal state.

Generated from protobuf enum CANCELLED = 3;

FAILED

  Value: 4 
 

The workflow invocation failed. A terminal state.

Generated from protobuf enum FAILED = 4;

CANCELING

  Value: 5 
 

The workflow invocation is being cancelled, but some actions are still running.

Generated from protobuf enum CANCELING = 5;

Create a Mobile Website
View Site in Mobile | Classic
Share by: