Temporal Nexus API

Temporal Nexus connects Temporal applications across namespaces and teams via named Nexus endpoints backed by synchronous and asynchronous Nexus operations. Endpoints are registered through the OperatorService (Create/Get/ Update/Delete/ListNexusEndpoints) and workers serve them through the WorkflowService Nexus task-queue RPCs (PollNexusTaskQueue, RespondNexusTaskCompleted, RespondNexusTaskFailed). Transport is gRPC.

API entry from apis.yml

apis.yml Raw ↑
aid: temporal-io:temporal-io-nexus-api
name: Temporal Nexus API
tags:
- Nexus
- Cross-Namespace
- RPC
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://docs.temporal.io/nexus
baseURL: https://docs.temporal.io/nexus
properties:
- url: https://docs.temporal.io/nexus
  type: Documentation
- url: https://github.com/temporalio/api/blob/master/temporal/api/nexus/v1/message.proto
  type: SourceCode
description: Temporal Nexus connects Temporal applications across namespaces and teams via named Nexus
  endpoints backed by synchronous and asynchronous Nexus operations. Endpoints are registered through
  the OperatorService (Create/Get/ Update/Delete/ListNexusEndpoints) and workers serve them through the
  WorkflowService Nexus task-queue RPCs (PollNexusTaskQueue, RespondNexusTaskCompleted, RespondNexusTaskFailed).
  Transport is gRPC.