Skip to content

Commit aa27066

Browse files
Merge branch 'main' into schoeff/strands-agent
2 parents 553894c + 14aeac9 commit aa27066

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

hello_standalone_activity/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This sample shows how to execute Activities directly from a Temporal Client, wit
44

55
For full documentation, see [Standalone Activities - Python SDK](https://docs.temporal.io/develop/python/standalone-activities).
66

7+
**Note: Temporal CLI support for Standalone Activities requires CLI version 1.9.1.** See setup guide: https://docs.temporal.io/cli/setup-cli
8+
79
### Sample directory structure
810

911
- [my_activity.py](./my_activity.py) - Activity definition with `@activity.defn`
@@ -77,8 +79,6 @@ Or use the Temporal CLI:
7779
temporal activity list --query "TaskQueue = 'my-standalone-activity-task-queue'"
7880
```
7981

80-
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).
81-
8282
**6. Count Standalone Activities**
8383

8484
```bash

0 commit comments

Comments
 (0)