Skip to main content

Interface: IRespondWorkflowTaskFailedRequest

workflowservice.v1.IRespondWorkflowTaskFailedRequest

Properties of a RespondWorkflowTaskFailedRequest.

Hierarchy

Properties

binaryChecksum

Optional binaryChecksum: null | string

Deprecated. Use deployment_options instead. Worker process' unique binary id

Inherited from

$Properties.binaryChecksum


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

$Properties.cause


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

$Properties.deployment


deploymentOptions

Optional deploymentOptions: null | $Properties

Worker deployment options that user has set in the worker.

Inherited from

$Properties.deploymentOptions


failure

Optional failure: null | $Properties

Failure details

Inherited from

$Properties.failure


identity

Optional identity: null | string

The identity of the worker/client

Inherited from

$Properties.identity


messages

Optional messages: null | $Properties[]

Protocol messages piggybacking on a WFT as a transport

Inherited from

$Properties.messages


namespace

Optional namespace: null | string

RespondWorkflowTaskFailedRequest namespace

Inherited from

$Properties.namespace


resourceId

Optional resourceId: null | string

Resource ID for routing. Contains the workflow ID from the original task.

Inherited from

$Properties.resourceId


taskToken

Optional taskToken: null | Uint8Array

The task token as received in PollWorkflowTaskQueueResponse

Inherited from

$Properties.taskToken


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.

Inherited from

$Properties.workerVersion