Skip to main content

Interface: IPollWorkflowTaskQueueRequest

workflowservice.v1.IPollWorkflowTaskQueueRequest

Properties of a PollWorkflowTaskQueueRequest.

Implemented by

Properties

binaryChecksum

Optional binaryChecksum: null | string

Deprecated. Use deployment_options 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.


deploymentOptions

Optional deploymentOptions: null | IWorkerDeploymentOptions

Worker deployment options that user has set in the worker. Experimental. Worker Deployments are experimental and might significantly change in the future.


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


workerHeartbeat

Optional workerHeartbeat: null | IWorkerHeartbeat

Worker info to be sent to the server.


workerVersionCapabilities

Optional workerVersionCapabilities: null | IWorkerVersionCapabilities

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