Interface: IRespondWorkflowTaskFailedRequest
workflowservice.v1.IRespondWorkflowTaskFailedRequest
Properties of a RespondWorkflowTaskFailedRequest.
Hierarchy
-
↳
IRespondWorkflowTaskFailedRequest
Properties
binaryChecksum
• Optional binaryChecksum: null | string
Deprecated. Use deployment_options instead.
Worker process' unique binary id
Inherited from
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.
Inherited from
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
failure
• Optional failure: null | $Properties
Failure details
Inherited from
identity
• Optional identity: null | string
The identity of the worker/client
Inherited from
messages
• Optional messages: null | $Properties[]
Protocol messages piggybacking on a WFT as a transport
Inherited from
namespace
• Optional namespace: null | string
RespondWorkflowTaskFailedRequest namespace
Inherited from
resourceId
• Optional resourceId: null | string
Resource ID for routing. Contains the workflow ID from the original task.
Inherited from
taskToken
• Optional taskToken: null | Uint8Array
The task token as received in PollWorkflowTaskQueueResponse
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.