File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Replace `hello_activity.py` in the command with any other example filename to r
1919* [ hello_activity] ( hello_activity.py ) - Execute an activity from a workflow.
2020* [ hello_activity_choice] ( hello_activity_choice.py ) - Execute certain activities inside a workflow based on dynamic
2121 input.
22- * [ hello_activity_method] ( hello/ hello_activity_method.py) - Demonstrate an activity that is an instance method on a
22+ * [ hello_activity_method] ( hello_activity_method.py ) - Demonstrate an activity that is an instance method on a
2323 class and can access class state.
2424* [ hello_activity_multiprocess] ( hello_activity_multiprocess.py ) - Execute a synchronous activity on a process pool.
2525* [ hello_activity_retry] ( hello_activity_retry.py ) - Demonstrate activity retry by failing until a certain number of
@@ -40,4 +40,4 @@ Replace `hello_activity.py` in the command with any other example filename to r
4040* [ hello_query] ( hello_query.py ) - Invoke queries on a workflow.
4141* [ hello_search_attributes] ( hello_search_attributes.py ) - Start workflow with search attributes then change while
4242 running.
43- * [ hello_signal] ( hello_signal.py ) - Send signals to a workflow.
43+ * [ hello_signal] ( hello_signal.py ) - Send signals to a workflow.
You can’t perform that action at this time.
0 commit comments