Skip to content

Commit 90d3237

Browse files
Update README.md to reflect all samples (#215)
Co-authored-by: tconley1428 <timothy.conley@temporal.io>
1 parent 0b42324 commit 90d3237

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

hello/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,15 @@ Replace `hello/hello_activity.py` in the command with any other example filename
1717

1818
<!-- Keep this list in alphabetical order and in sync on hello/README.md and root README.md -->
1919
* [hello_activity](hello_activity.py) - Execute an activity from a workflow.
20+
* [hello_activity_async](hello_activity_async.py) - Execute an async activity from a workflow.
2021
* [hello_activity_choice](hello_activity_choice.py) - Execute certain activities inside a workflow based on dynamic
2122
input.
2223
* [hello_activity_method](hello_activity_method.py) - Demonstrate an activity that is an instance method on a
2324
class and can access class state.
25+
* [hello_activity_heartbeat](hello_activity_heartbeat.py) - Demonstrate usage of heartbeat timeouts.
2426
* [hello_activity_multiprocess](hello_activity_multiprocess.py) - Execute a synchronous activity on a process pool.
2527
* [hello_activity_retry](hello_activity_retry.py) - Demonstrate activity retry by failing until a certain number of
2628
attempts.
27-
* [hello_activity_threaded](hello_activity_threaded.py) - Execute a synchronous activity on a thread pool.
2829
* [hello_async_activity_completion](hello_async_activity_completion.py) - Complete an activity outside of the function
2930
that was called.
3031
* [hello_cancellation](hello_cancellation.py) - Manually react to cancellation inside workflows and activities.
@@ -38,6 +39,7 @@ Replace `hello/hello_activity.py` in the command with any other example filename
3839
* [hello_mtls](hello_mtls.py) - Accept URL, namespace, and certificate info as CLI args and use mTLS for connecting to
3940
server.
4041
* [hello_parallel_activity](hello_parallel_activity.py) - Execute multiple activities at once.
42+
* [hello_patch](hello_patch.py) - Demonstrates how to patch executions.
4143
* [hello_query](hello_query.py) - Invoke queries on a workflow.
4244
* [hello_search_attributes](hello_search_attributes.py) - Start workflow with search attributes then change while
4345
running.
@@ -46,4 +48,4 @@ Replace `hello/hello_activity.py` in the command with any other example filename
4648

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

49-
temporal server start-dev --dynamic-config-value frontend.enableUpdateWorkflowExecution=true
51+
temporal server start-dev --dynamic-config-value frontend.enableUpdateWorkflowExecution=true

0 commit comments

Comments
 (0)