File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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
5051Note: To enable the workflow update, set the ` frontend.enableUpdateWorkflowExecution ` dynamic config value to true.
You can’t perform that action at this time.
0 commit comments