Interface: IRespondActivityTaskCompletedRequest
workflowservice.v1.IRespondActivityTaskCompletedRequest
Properties of a RespondActivityTaskCompletedRequest.
Hierarchy
-
↳
IRespondActivityTaskCompletedRequest
Properties
deployment
• Optional deployment: null | $Properties
Deployment info of the worker that completed this task. Must be present if user has set
WorkerDeploymentOptions regardless of versioning being enabled or not.
Deprecated. Replaced with deployment_options.
Inherited from
deploymentOptions
• Optional deploymentOptions: null | $Properties
Worker deployment options that user has set in the worker.
Inherited from
identity
• Optional identity: null | string
The identity of the worker/client
Inherited from
namespace
• Optional namespace: null | string
RespondActivityTaskCompletedRequest namespace
Inherited from
resourceId
• Optional resourceId: null | string
Resource ID for routing. Contains the workflow ID or activity ID for standalone activities.
Inherited from
result
• Optional result: null | $Properties
The result of successfully executing the activity
Inherited from
taskToken
• Optional taskToken: null | Uint8Array
The task token as received in PollActivityTaskQueueResponse
Inherited from
workerVersion
• Optional workerVersion: null | $Properties
Version info of the worker who processed this task. This message's build_id field should
always be set by SDKs. Workers opting into versioning will also set the use_versioning
field to true. See message docstrings for more.
Deprecated. Use deployment_options instead.