Skip to content

Commit 0d22299

Browse files
authored
Add note on CLI version support (#282)
1 parent 3cb281e commit 0d22299

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ Some examples require extra dependencies. See each sample's directory for specif
5656
while running.
5757
* [hello_signal](hello/hello_signal.py) - Send signals to a workflow.
5858
* [hello standalone activity](hello/hello_standalone_activity.py) - Execute an activity from outside of a workflow.
59+
* Note: Standalone activities is supported in CLI version [v1.6.2](https://github.com/temporalio/cli/releases/tag/v1.6.2-standalone-activity).
5960
* [hello update](hello/hello_update.py) - Send a request to and a response from a client to a workflow execution.
6061
<!-- Keep this list in alphabetical order -->
6162
* [activity_worker](activity_worker) - Use Python activities from a workflow in another language.

hello/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Replace `hello/hello_activity.py` in the command with any other example filename
4545
running.
4646
* [hello_signal](hello_signal.py) - Send signals to a workflow.
4747
* [hello standalone activity](hello_standalone_activity.py) - Execute an activity from outside of a workflow.
48+
* Note: Standalone activities is supported in CLI version [v1.6.2](https://github.com/temporalio/cli/releases/tag/v1.6.2-standalone-activity).
4849
* [hello_update](hello_update.py) - **Send a request to and a response from a client to a workflow execution.**
4950

5051
Note: To enable the workflow update, set the `frontend.enableUpdateWorkflowExecution` dynamic config value to true.

0 commit comments

Comments
 (0)