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

public enum WorkflowInvocation.Types.State

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

Represents the current state of a workflow invocation.

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

Google.Cloud.Dataform.V1Beta1.dll

Fields

Name Description
Canceling

The workflow invocation is being cancelled, but some actions are still running.

Cancelled

The workflow invocation was cancelled. A terminal state.

Failed

The workflow invocation failed. A terminal state.

Running

The workflow invocation is currently running.

Succeeded

The workflow invocation succeeded. A terminal state.

Unspecified

Default value. This value is unused.