diff --git a/README.md b/README.md index eb74da1..b569fe7 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Prerequisites: * [Schedules](src/Schedules) - How to schedule workflows to be run at specific times in the future. * [SignalsQueries](src/SignalsQueries) - A loyalty program using Signals and Queries. * [StandaloneActivity](src/StandaloneActivity) - Execute activities directly from a client, without a workflow. +* [Standalone Nexus Operation](src/NexusStandaloneOperations) - Execute Nexus Operations directly from a client, without a workflow. * [SleepForDays](src/SleepForDays/) - Use a timer to send an email every 30 days. * [Timer](src/Timer) - Use a timer to implement a monthly subscription; handle workflow cancellation. * [UpdatableTimer](src/UpdatableTimer) - A timer that can be updated while sleeping. diff --git a/src/NexusStandaloneOperations/README.md b/src/NexusStandaloneOperations/README.md index fb06b9d..3791296 100644 --- a/src/NexusStandaloneOperations/README.md +++ b/src/NexusStandaloneOperations/README.md @@ -8,11 +8,11 @@ from client code without wrapping them in a Workflow). It shows both sync and as > [!NOTE] > Standalone Nexus operations require a server version that supports this feature. Use the dev > server build at: -> https://github.com/temporalio/cli/releases/tag/v1.7.2-standalone-nexus-operations. +> https://github.com/temporalio/cli/releases/tag/v1.7.3-standalone-nexus-operations. ### Steps to run this sample -1. Run the [Temporal dev server build that supports standalone Nexus operations](https://github.com/temporalio/cli/releases/tag/v1.7.2-standalone-nexus-operations). (If you are going to run locally, you will want to start it in another terminal; this command is blocking and runs until it receives a SIGINT (Ctrl + C) command.) +1. Run the [Temporal dev server build that supports standalone Nexus operations](https://github.com/temporalio/cli/releases/tag/v1.7.3-standalone-nexus-operations). (If you are going to run locally, you will want to start it in another terminal; this command is blocking and runs until it receives a SIGINT (Ctrl + C) command.) Start the dev server with the dynamic config flags required for standalone Nexus operations: @@ -26,7 +26,7 @@ from client code without wrapping them in a Workflow). It shows both sync and as URL, UI URL and Metrics endpoint. It should look something like this: ``` - Temporal CLI 1.7.2-standalone-nexus-operations (Server 1.32.0-155.0, UI 2.49.1) + Temporal CLI 1.7.3-standalone-nexus-operations (Server 1.32.0-158.0, UI 2.52.0) Temporal Server: localhost:7233 Temporal UI: http://localhost:8233 diff --git a/tests/NexusStandaloneOperations/StandaloneOperationsTests.cs b/tests/NexusStandaloneOperations/StandaloneOperationsTests.cs index 5b8f999..27ee41c 100644 --- a/tests/NexusStandaloneOperations/StandaloneOperationsTests.cs +++ b/tests/NexusStandaloneOperations/StandaloneOperationsTests.cs @@ -21,7 +21,7 @@ public async Task RunAsync_StandaloneOperations_Succeeds() { DevServerOptions = new() { - DownloadVersion = "v1.7.2-standalone-nexus-operations", + DownloadVersion = "v1.7.3-standalone-nexus-operations", ExtraArgs = [ "--dynamic-config-value",