Skip to main content

Interface: IRespondNexusTaskFailedRequest

workflowservice.v1.IRespondNexusTaskFailedRequest

Properties of a RespondNexusTaskFailedRequest.

Hierarchy

Properties

error

Optional error: null | $Properties

Deprecated. Use the failure field instead.

Inherited from

$Properties.error


failure

Optional failure: null | $Properties

The error the handler failed with. Must contain a NexusHandlerFailureInfo object.

Inherited from

$Properties.failure


identity

Optional identity: null | string

The identity of the client who initiated this request.

Inherited from

$Properties.identity


namespace

Optional namespace: null | string

RespondNexusTaskFailedRequest namespace

Inherited from

$Properties.namespace


pollerGroupId

Optional pollerGroupId: null | string

Client must forward the poller_group_id received in PollNexusTaskQueueResponse for proper routing of the response.

Inherited from

$Properties.pollerGroupId


taskToken

Optional taskToken: null | Uint8Array

A unique identifier for this task.

Inherited from

$Properties.taskToken