Skip to main content

Interface: WorkerBuildIdVersionSets

client.WorkerBuildIdVersionSets

Represents the sets of compatible Build Id versions associated with some Task Queue, as fetched by TaskQueueClient.getBuildIdCompatability.

Deprecated

Worker Versioning is now deprecated. Please use the Worker Deployment API instead: https://docs.temporal.io/worker-deployments

Properties

defaultBuildId

defaultBuildId: string

Returns the overall default Build Id for the task queue these sets are associated with.


defaultSet

defaultSet: BuildIdVersionSet

Returns the default set of compatible Build Ids for the task queue these sets are associated with.


versionSets

Readonly versionSets: BuildIdVersionSet[]

All version sets that were fetched for this task queue.