Interface: IRespondActivityTaskFailedRequest
workflowservice.v1.IRespondActivityTaskFailedRequest
Properties of a RespondActivityTaskFailedRequest.
Implemented by
Properties
failure
• Optional
failure: null
| IFailure
Detailed failure information
identity
• Optional
identity: null
| string
The identity of the worker/client
lastHeartbeatDetails
• Optional
lastHeartbeatDetails: null
| IPayloads
Additional details to be stored as last activity heartbeat
namespace
• Optional
namespace: null
| string
RespondActivityTaskFailedRequest namespace
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.