From 64823fb2f9d48f3d5fdc209be24d30fcbf1d7420 Mon Sep 17 00:00:00 2001 From: Quinn Klassen Date: Thu, 9 Jul 2026 09:20:42 -0700 Subject: [PATCH] Update SANO dev server --- README.md | 2 +- .../src/main/java/io/temporal/samples/nexusstandalone/README.MD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9aed3d37..531ddfa5 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ Load client configuration from TOML files with programmatic overrides. - [**Getting Started**](/core/src/main/java/io/temporal/samples/nexus): Demonstrates how to get started with Temporal and Nexus. -- [**StandAlone Nexus Operations**](/core/src/main/java/io/temporal/samples/nexusstandalone): Demonstrates how to start Standalone Nexus Operations — Nexus Operations that run independently without a Workflow. +- [**Standalone Nexus Operations**](/core/src/main/java/io/temporal/samples/nexusstandalone): Demonstrates how to start Standalone Nexus Operations — Nexus Operations that run independently without a Workflow. - [**Mapping Multiple Arguments**](/core/src/main/java/io/temporal/samples/nexus): Demonstrates how map a Nexus operation to a Workflow that takes multiple arguments. diff --git a/core/src/main/java/io/temporal/samples/nexusstandalone/README.MD b/core/src/main/java/io/temporal/samples/nexusstandalone/README.MD index bd86a0e9..e8721ce4 100644 --- a/core/src/main/java/io/temporal/samples/nexusstandalone/README.MD +++ b/core/src/main/java/io/temporal/samples/nexusstandalone/README.MD @@ -21,7 +21,7 @@ the quick operation (`greet`) is synchronous and completes immediately. ### Running -Start a Temporal server (version `1.7.2-standalone-nexus-operations`) with the standalone-Nexus dynamic configs enabled: +Start a Temporal server (version `1.7.3-standalone-nexus-operations`) with the standalone-Nexus dynamic configs enabled: ```bash temporal server start-dev \