Dataform V1beta1 API - Module Google::Cloud::Dataform::V1beta1::WorkflowInvocationAction::State (v0.7.0)

Reference documentation and code samples for the Dataform V1beta1 API module Google::Cloud::Dataform::V1beta1::WorkflowInvocationAction::State.

Represents the current state of a workflow invocation action.

Constants

PENDING

value: 0
The action has not yet been considered for invocation.

RUNNING

value: 1
The action is currently running.

SKIPPED

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

DISABLED

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

SUCCEEDED

value: 4
The action succeeded. A terminal state.

CANCELLED

value: 5
The action was cancelled. A terminal state.

FAILED

value: 6
The action failed. A terminal state.