Interface: IRespondWorkflowTaskFailedRequest
workflowservice.v1.IRespondWorkflowTaskFailedRequest
Properties of a RespondWorkflowTaskFailedRequest.
Implemented by
Properties
binaryChecksum
• Optional
binaryChecksum: null
| string
DEPRECATED since 1.21 - use worker_version_stamp
instead.
Worker process' unique binary id
cause
• Optional
cause: null
| WorkflowTaskFailedCause
Why did the task fail? It's important to note that many of the variants in this enum cannot apply to worker responses. See the type's doc for more.
failure
• Optional
failure: null
| IFailure
Failure details
identity
• Optional
identity: null
| string
The identity of the worker/client
messages
• Optional
messages: null
| IMessage
[]
Protocol messages piggybacking on a WFT as a transport
namespace
• Optional
namespace: null
| string
RespondWorkflowTaskFailedRequest namespace
taskToken
• Optional
taskToken: null
| Uint8Array
The task token as received in PollWorkflowTaskQueueResponse
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.