Dataform v1beta1 API - Enum WorkflowInvocationAction.Types.State (1.0.0-beta05)

public enum WorkflowInvocationAction.Types.State

Reference documentation and code samples for the Dataform v1beta1 API enum WorkflowInvocationAction.Types.State.

Represents the current state of a workflow invocation action.

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

Google.Cloud.Dataform.V1Beta1.dll

Fields

Name Description
Cancelled

The action was cancelled. A terminal state.

Disabled

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

Failed

The action failed. A terminal state.

Pending

The action has not yet been considered for invocation.

Running

The action is currently running.

Skipped

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

Succeeded

The action succeeded. A terminal state.