Skip to main content

Interface: IPollWorkflowTaskQueueRequest

workflowservice.v1.IPollWorkflowTaskQueueRequest

Properties of a PollWorkflowTaskQueueRequest.

Implemented by

Properties

binaryChecksum

Optional binaryChecksum: null | string

DEPRECATED since 1.21 - use worker_version_capabilities instead. Each worker process should provide an ID unique to the specific set of code it is running "checksum" in this field name isn't very accurate, it should be though of as an id.


identity

Optional identity: null | string

The identity of the worker/client who is polling this task queue


namespace

Optional namespace: null | string

PollWorkflowTaskQueueRequest namespace


taskQueue

Optional taskQueue: null | ITaskQueue

PollWorkflowTaskQueueRequest taskQueue


workerVersionCapabilities

Optional workerVersionCapabilities: null | IWorkerVersionCapabilities

Information about this worker's build identifier and if it is choosing to use the versioning feature. See the WorkerVersionCapabilities docstring for more.