Interface: IVersioningOverride
workflow.v1.IVersioningOverride
Properties of a VersioningOverride.
Implemented by
Properties
behavior
• Optional
behavior: null
| VersioningBehavior
Required.
deployment
• Optional
deployment: null
| IDeployment
Required if behavior is PINNED
. Must be null if behavior is AUTO_UPGRADE
.
Identifies the worker deployment to pin the workflow to.