Google Cloud Dataform V1 Client - Class State (0.8.1)

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

Represents the current state of a workflow invocation action.

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

Namespace

Google \ Cloud \ Dataform \ V1 \ WorkflowInvocationAction

Methods

static::name

Parameter
Name
Description
value
mixed

static::value

Parameter
Name
Description
name
mixed

Constants

PENDING

  Value: 0 
 

The action has not yet been considered for invocation.

Generated from protobuf enum PENDING = 0;

RUNNING

  Value: 1 
 

The action is currently running.

Generated from protobuf enum RUNNING = 1;

SKIPPED

  Value: 2 
 

Execution of the action was skipped because upstream dependencies did not all complete successfully. A terminal state.

Generated from protobuf enum SKIPPED = 2;

DISABLED

  Value: 3 
 

Execution of the action was disabled as per the configuration of the corresponding compilation result action. A terminal state.

Generated from protobuf enum DISABLED = 3;

SUCCEEDED

  Value: 4 
 

The action succeeded. A terminal state.

Generated from protobuf enum SUCCEEDED = 4;

CANCELLED

  Value: 5 
 

The action was cancelled. A terminal state.

Generated from protobuf enum CANCELLED = 5;

FAILED

  Value: 6 
 

The action failed. A terminal state.

Generated from protobuf enum FAILED = 6;

Design a Mobile Site
View Site in Mobile | Classic
Share by: