diff --git a/README.md b/README.md index 8e7748de..1e3860ed 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ Some examples require extra dependencies. See each sample's directory for specif while running. * [hello_signal](hello/hello_signal.py) - Send signals to a workflow. * [hello standalone activity](hello/hello_standalone_activity.py) - Execute an activity from outside of a workflow. + * Note: Standalone activities is supported in CLI version [v1.6.2](https://github.com/temporalio/cli/releases/tag/v1.6.2-standalone-activity). * [hello update](hello/hello_update.py) - Send a request to and a response from a client to a workflow execution. * [activity_worker](activity_worker) - Use Python activities from a workflow in another language. diff --git a/hello/README.md b/hello/README.md index 48e8e67e..13495fd0 100644 --- a/hello/README.md +++ b/hello/README.md @@ -45,6 +45,7 @@ Replace `hello/hello_activity.py` in the command with any other example filename running. * [hello_signal](hello_signal.py) - Send signals to a workflow. * [hello standalone activity](hello_standalone_activity.py) - Execute an activity from outside of a workflow. + * Note: Standalone activities is supported in CLI version [v1.6.2](https://github.com/temporalio/cli/releases/tag/v1.6.2-standalone-activity). * [hello_update](hello_update.py) - **Send a request to and a response from a client to a workflow execution.** Note: To enable the workflow update, set the `frontend.enableUpdateWorkflowExecution` dynamic config value to true.