Enum Workflow.State (2.35.0)

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

Describes the current state of workflow deployment.

Protobuf enum google.cloud.workflows.v1.Workflow.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVE

The workflow has been deployed successfully and is serving.

ACTIVE = 1;

ACTIVE_VALUE

The workflow has been deployed successfully and is serving.

ACTIVE = 1;

STATE_UNSPECIFIED

Invalid state.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Invalid state.

STATE_UNSPECIFIED = 0;

UNAVAILABLE

Workflow data is unavailable. See the state_error field.

UNAVAILABLE = 2;

UNAVAILABLE_VALUE

Workflow data is unavailable. See the state_error field.

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