Skip to main content

Interface: IDeployment

deployment.v1.IDeployment

Properties of a Deployment.

Implemented by

Properties

buildId

Optional buildId: null | string

Build ID changes with each version of the worker when the worker program code and/or config changes.


seriesName

Optional seriesName: null | string

Different versions of the same worker service/application are related together by having a shared series name. Out of all deployments of a series, one can be designated as the current deployment, which receives new workflow executions and new tasks of workflows with VERSIONING_BEHAVIOR_AUTO_UPGRADE versioning behavior.