Interface: IRespondActivityTaskFailedRequest
workflowservice.v1.IRespondActivityTaskFailedRequest
Properties of a RespondActivityTaskFailedRequest.
Hierarchy
-
↳
IRespondActivityTaskFailedRequest
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
failure
• Optional failure: null | $Properties
Detailed failure information
Inherited from
identity
• Optional identity: null | string
The identity of the worker/client
Inherited from
lastHeartbeatDetails
• Optional lastHeartbeatDetails: null | $Properties
Additional details to be stored as last activity heartbeat
Inherited from
$Properties.lastHeartbeatDetails
namespace
• Optional namespace: null | string
RespondActivityTaskFailedRequest namespace
Inherited from
resourceId
• Optional resourceId: null | string
Resource ID for routing. Contains the workflow ID or activity ID for standalone activities.
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.