Skip to main content

Interface: $Properties

Callback.NexusHandler.$Properties

Properties of a NexusHandler.

Hierarchy

Properties

operation

Optional operation: null | string

Target operation, e.g. "DeliverAsWebhook".


service

Optional service: null | string

Target Nexus service, e.g. "HTTPAdapter".


sourceContext

Optional sourceContext: null | $Properties

Arbitrary user-supplied data from the source operation's callsite. (As applicable, not all operations support attaching context data.)

There are restrictions on the maxium payload size a single callback can carry, as well as the total sum of all source context payloads attached to an execution. See dynamic configuration: "callback.nexusHandler.sourceContext.maxSize", "callback.nexusHandler.sourceContext.aggregateMaxSize".


taskQueueName

Optional taskQueueName: null | string

Nexus task queue the Temporal worker is listening on.

NOTE: This is not a temporal.api.taskqueue.v1.TaskQueue to avoid a circular dependency.