Google Cloud Dataform V1beta1 Client - Class State (0.1.6)

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

Represents the current state of a workflow invocation.

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

Methods

name

Parameter
NameDescription
value mixed

value

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