Module: Google::Cloud::Dataform::V1beta1::WorkflowInvocationAction::State

Defined in:
proto_docs/google/cloud/dataform/v1beta1/dataform.rb

Overview

Represents the current state of a workflow invocation action.

Constant Summary collapse

PENDING =

The action has not yet been considered for invocation.

0
RUNNING =

The action is currently running.

1
SKIPPED =

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

2
DISABLED =

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

3
SUCCEEDED =

The action succeeded. A terminal state.

4
CANCELLED =

The action was cancelled. A terminal state.

5
FAILED =

The action failed. A terminal state.

6