From 9170c058f36f3d30276daa6d264b4dce5b913ff0 Mon Sep 17 00:00:00 2001 From: Maciej Dudkowski Date: Fri, 11 Sep 2026 17:06:56 -0400 Subject: [PATCH 1/2] Update README for standalone-activity sample in preparation for release --- standalone-activity/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/standalone-activity/README.md b/standalone-activity/README.md index f4f469760..2dd8fb64d 100644 --- a/standalone-activity/README.md +++ b/standalone-activity/README.md @@ -2,9 +2,11 @@ This sample shows how to execute Activities directly from a Temporal Client, without a Workflow. +**Note: Temporal CLI support for Standalone Activities requires CLI version 1.9.0.** See setup guide: https://docs.temporal.io/cli/setup-cli + ### Running this sample -1. `temporal server start-dev` to start [Temporal Server](https://github.com/temporalio/cli/#installation). +1. `temporal server start-dev` to start Temporal Server. 1. `npm install` to install dependencies. 1. `npm run start.watch` to start the Worker. 1. In another shell, `npm run execute` to execute the activity in different ways. From c2a5de67a0f89ea264d991d03ccb2dfea460d0ea Mon Sep 17 00:00:00 2001 From: Maciej Dudkowski Date: Mon, 14 Sep 2026 11:53:18 -0400 Subject: [PATCH 2/2] Change CLI version to 1.9.1 --- standalone-activity/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standalone-activity/README.md b/standalone-activity/README.md index 2dd8fb64d..69d957843 100644 --- a/standalone-activity/README.md +++ b/standalone-activity/README.md @@ -2,7 +2,7 @@ This sample shows how to execute Activities directly from a Temporal Client, without a Workflow. -**Note: Temporal CLI support for Standalone Activities requires CLI version 1.9.0.** See setup guide: https://docs.temporal.io/cli/setup-cli +**Note: Temporal CLI support for Standalone Activities requires CLI version 1.9.1.** See setup guide: https://docs.temporal.io/cli/setup-cli ### Running this sample