Skip to main content

Enumeration: DeploymentReachability

enums.v1.DeploymentReachability

Specify the reachability level for a deployment so users can decide if it is time to decommission the deployment.

Enumeration Members

DEPLOYMENT_REACHABILITY_CLOSED_WORKFLOWS_ONLY

DEPLOYMENT_REACHABILITY_CLOSED_WORKFLOWS_ONLY = 2

The deployment is not reachable by new or open workflows, but might be still needed by Queries sent to closed workflows. The deployment can be decommissioned safely if user does not query closed workflows.


DEPLOYMENT_REACHABILITY_REACHABLE

DEPLOYMENT_REACHABILITY_REACHABLE = 1

The deployment is reachable by new and/or open workflows. The deployment cannot be decommissioned safely.


DEPLOYMENT_REACHABILITY_UNREACHABLE

DEPLOYMENT_REACHABILITY_UNREACHABLE = 3

The deployment is not reachable by any workflow because all the workflows who needed this deployment went out of retention period. The deployment can be decommissioned safely.


DEPLOYMENT_REACHABILITY_UNSPECIFIED

DEPLOYMENT_REACHABILITY_UNSPECIFIED = 0

Reachability level is not specified.