Skip to main content

Interface: ISetWorkerDeploymentRampingVersionResponse

workflowservice.v1.ISetWorkerDeploymentRampingVersionResponse

Properties of a SetWorkerDeploymentRampingVersionResponse.

Implemented by

Properties

conflictToken

Optional conflictToken: null | Uint8Array

This value is returned so that it can be optionally passed to APIs that write to the Worker Deployment state to ensure that the state did not change between this API call and a future write.


previousPercentage

Optional previousPercentage: null | number

The ramping version percentage before executing this operation.


previousVersion

Optional previousVersion: null | string

The version that was ramping before executing this operation, in the form "<deployment_name>.<build_id>". Can also be the __unversioned__ special value.