Reference documentation and code samples for the Google Cloud Dataform V1beta1 Client class State.
Represents the current state of an workflow invocation action.
Protobuf type google.cloud.dataform.v1beta1.WorkflowInvocationAction.State
Methods
name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
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;