Enumeration: WorkerVersioningMode
Versioning Mode of a worker is set by the app developer in the worker code, and specifies the behavior of the system in the following related aspects:
- Whether or not Temporal Server considers this worker's version (Build ID) when dispatching tasks to it.
- Whether or not the workflows processed by this worker are versioned using the worker's version. Experimental. Worker Deployments are experimental and might significantly change in the future.
Enumeration Members
WORKER_VERSIONING_MODE_UNSPECIFIED
• WORKER_VERSIONING_MODE_UNSPECIFIED = 0
WORKER_VERSIONING_MODE_UNVERSIONED
• WORKER_VERSIONING_MODE_UNVERSIONED = 1
WORKER_VERSIONING_MODE_VERSIONED
• WORKER_VERSIONING_MODE_VERSIONED = 2