Module: Google::Cloud::Workflows::V1::Workflow::State

Defined in:
proto_docs/google/cloud/workflows/v1/workflows.rb

Overview

Describes the current state of workflow deployment.

Constant Summary collapse

STATE_UNSPECIFIED =

Invalid state.

0
ACTIVE =

The workflow has been deployed successfully and is serving.

1
UNAVAILABLE =

Workflow data is unavailable. See the state_error field.

2