Interface: IRespondActivityTaskCompletedRequest
workflowservice.v1.IRespondActivityTaskCompletedRequest
Properties of a RespondActivityTaskCompletedRequest.
Implemented by
Properties
identity
• Optional
identity: null
| string
The identity of the worker/client
namespace
• Optional
namespace: null
| string
RespondActivityTaskCompletedRequest namespace
result
• Optional
result: null
| IPayloads
The result of successfully executing the activity
taskToken
• Optional
taskToken: null
| Uint8Array
The task token as received in PollActivityTaskQueueResponse
workerVersion
• Optional
workerVersion: null
| IWorkerVersionStamp
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.