Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<!-- Keep this list in alphabetical order -->
* [activity_worker](activity_worker) - Use Python activities from a workflow in another language.
Expand Down
1 change: 1 addition & 0 deletions hello/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading