Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Use a released standalone Nexus CLI build

This points readers at 1.7.3-standalone-nexus-operations, but I checked the Temporal CLI release list and it contains v1.7.3 and v1.7.2-standalone-nexus-operations, not a v1.7.3-standalone-nexus-operations build (https://github.com/temporalio/cli/releases). Anyone following this README to install the requested dev server version for the standalone Nexus sample will not be able to fetch that build; keep the documented version on the released standalone tag or update it only after that pre-release exists.

Useful? React with 👍 / 👎.


```bash
temporal server start-dev \
Expand Down
Loading