state property
State of the workflow deployment.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : Invalid state.
- "ACTIVE" : The workflow has been deployed successfully and is serving.
- "UNAVAILABLE" : Workflow data is unavailable. See the
state_error
field.
Implementation
core.String? state;