Enum WorkflowInvocationAction.State (0.12.0)

public enum WorkflowInvocationAction.State extends Enum<WorkflowInvocationAction.State> implements ProtocolMessageEnum

Represents the current state of an workflow invocation action.

Protobuf enum google.cloud.dataform.v1alpha2.WorkflowInvocationAction.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CANCELLED

The action was cancelled. A terminal state.

CANCELLED = 5;

CANCELLED_VALUE

The action was cancelled. A terminal state.

CANCELLED = 5;

DISABLED

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

DISABLED = 3;

DISABLED_VALUE

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

DISABLED = 3;

FAILED

The action failed. A terminal state.

FAILED = 6;

FAILED_VALUE

The action failed. A terminal state.

FAILED = 6;

PENDING

The action has not yet been considered for invocation.

PENDING = 0;

PENDING_VALUE

The action has not yet been considered for invocation.

PENDING = 0;

RUNNING

The action is currently running.

RUNNING = 1;

RUNNING_VALUE

The action is currently running.

RUNNING = 1;

SKIPPED

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

SKIPPED = 2;

SKIPPED_VALUE

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

SKIPPED = 2;

SUCCEEDED

The action succeeded. A terminal state.

SUCCEEDED = 4;

SUCCEEDED_VALUE

The action succeeded. A terminal state.

SUCCEEDED = 4;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()