Enum WorkflowInvocation.State (0.12.0)

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

Represents the current state of a workflow invocation.

Protobuf enum google.cloud.dataform.v1beta1.WorkflowInvocation.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CANCELING

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

CANCELING = 5;

CANCELING_VALUE

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

CANCELING = 5;

CANCELLED

The workflow invocation was cancelled. A terminal state.

CANCELLED = 3;

CANCELLED_VALUE

The workflow invocation was cancelled. A terminal state.

CANCELLED = 3;

FAILED

The workflow invocation failed. A terminal state.

FAILED = 4;

FAILED_VALUE

The workflow invocation failed. A terminal state.

FAILED = 4;

RUNNING

The workflow invocation is currently running.

RUNNING = 1;

RUNNING_VALUE

The workflow invocation is currently running.

RUNNING = 1;

STATE_UNSPECIFIED

Default value. This value is unused.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Default value. This value is unused.

STATE_UNSPECIFIED = 0;

SUCCEEDED

The workflow invocation succeeded. A terminal state.

SUCCEEDED = 2;

SUCCEEDED_VALUE

The workflow invocation succeeded. A terminal state.

SUCCEEDED = 2;

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()