Interface: IDescribeTaskQueueResponse
workflowservice.v1.IDescribeTaskQueueResponse
Properties of a DescribeTaskQueueResponse.
Implemented by
Properties
pollers
• Optional
pollers: null
| IPollerInfo
[]
Deprecated. Use versions_info.types_info.pollers
with ENHANCED
mode instead.
Not set in ENHANCED
mode.
taskQueueStatus
• Optional
taskQueueStatus: null
| ITaskQueueStatus
Deprecated. Not set in ENHANCED
mode.
versioningInfo
• Optional
versioningInfo: null
| ITaskQueueVersioningInfo
Specifies which Worker Deployment Version(s) Server routes this Task Queue's tasks to. When not present, it means the tasks are routed to Unversioned workers (workers with UNVERSIONED or unspecified WorkerVersioningMode.) Task Queue Versioning info is updated indirectly by calling SetWorkerDeploymentCurrentVersion and SetWorkerDeploymentRampingVersion on Worker Deployments. Note: This information is not relevant to Pinned workflow executions and their activities as they are always routed to their Pinned Deployment Version. However, new workflow executions are typically not Pinned until they complete their first task (unless they are started with a Pinned VersioningOverride or are Child Workflows of a Pinned parent).
versionsInfo
• Optional
versionsInfo: null
| { [k: string]
: ITaskQueueVersionInfo
; }
This map contains Task Queue information for each Build ID. Empty string as key value means unversioned.
Only set in ENHANCED
mode.