Skip to main content

Enumeration: VersioningBehavior

enums.v1.VersioningBehavior

Versioning Behavior specifies if and how a workflow execution moves between Worker Deployment Versions. The Versioning Behavior of a workflow execution is typically specified by the worker who completes the first task of the execution, but is also overridable manually for new and existing workflows (see VersioningOverride). Experimental. Worker Deployments are experimental and might significantly change in the future.

Enumeration Members

VERSIONING_BEHAVIOR_AUTO_UPGRADE

VERSIONING_BEHAVIOR_AUTO_UPGRADE = 2


VERSIONING_BEHAVIOR_PINNED

VERSIONING_BEHAVIOR_PINNED = 1


VERSIONING_BEHAVIOR_UNSPECIFIED

VERSIONING_BEHAVIOR_UNSPECIFIED = 0