Google Cloud Dataform V1beta1 Client - Class State (0.4.0)

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

Represents the current state of a workflow invocation action.

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

Namespace

Google \ Cloud \ Dataform \ V1beta1 \ WorkflowInvocationAction

Methods

static::name

Parameter
NameDescription
value mixed

static::value

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