Skip to main content

Interface: StartNexusOperationOutput

workflow.StartNexusOperationOutput

Output for WorkflowOutboundCallsInterceptor.startNexusOperation.

Nexus support in Temporal SDK is experimental.

Properties

result

Readonly result: Promise<unknown>

A promise that will resolve when the Nexus Operation completes, either with the result of the Operation if it completed successfully, or a failure if the Nexus Operation failed.


token

Optional Readonly token: string

The token for the Nexus Operation.

Undefined if the Nexus Operation completed synchronously, in which case the result will be immediately resolved.