From 65af5d76c2602763cf6143d41d0f945600fcb66a Mon Sep 17 00:00:00 2001 From: Maciej Dudkowski Date: Fri, 11 Sep 2026 17:01:09 -0400 Subject: [PATCH] Update README for standalone-activity sample in preparation for release --- hello_standalone_activity/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hello_standalone_activity/README.md b/hello_standalone_activity/README.md index ebd639317..0497d81c3 100644 --- a/hello_standalone_activity/README.md +++ b/hello_standalone_activity/README.md @@ -4,6 +4,8 @@ This sample shows how to execute Activities directly from a Temporal Client, wit For full documentation, see [Standalone Activities - Python SDK](https://docs.temporal.io/develop/python/standalone-activities). +**Note: Temporal CLI support for Standalone Activities requires CLI version 1.9.0.** See setup guide: https://docs.temporal.io/cli/setup-cli + ### Sample directory structure - [my_activity.py](./my_activity.py) - Activity definition with `@activity.defn` @@ -77,8 +79,6 @@ Or use the Temporal CLI: temporal activity list --query "TaskQueue = 'my-standalone-activity-task-queue'" ``` -Note: `list` and `count` are only available in the [Standalone Activity prerelease CLI](https://github.com/temporalio/cli/releases/tag/v1.6.2-standalone-activity). - **6. Count Standalone Activities** ```bash