Skip to main content

Interface: IRespondNexusTaskFailedRequest

workflowservice.v1.IRespondNexusTaskFailedRequest

Properties of a RespondNexusTaskFailedRequest.

Implemented by

Properties

error

Optional error: null | IHandlerError

Deprecated. Use the failure field instead.


failure

Optional failure: null | IFailure

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


identity

Optional identity: null | string

The identity of the client who initiated this request.


namespace

Optional namespace: null | string

RespondNexusTaskFailedRequest namespace


taskToken

Optional taskToken: null | Uint8Array

A unique identifier for this task.