You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove hello/hello_standalone_activity.py in favor of top-level hello_standalone_activity/ sample
The standalone activity sample now lives in its own top-level directory
(added by Phil in fc08204). Update the test to import from the new
location and update both READMEs accordingly.
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,8 +55,6 @@ Some examples require extra dependencies. See each sample's directory for specif
55
55
*[hello_search_attributes](hello/hello_search_attributes.py) - Start workflow with search attributes then change
56
56
while running.
57
57
*[hello_signal](hello/hello_signal.py) - Send signals to a workflow.
58
-
*[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).
60
58
*[hello update](hello/hello_update.py) - Send a request to and a response from a client to a workflow execution.
61
59
<!-- Keep this list in alphabetical order -->
62
60
*[activity_worker](activity_worker) - Use Python activities from a workflow in another language.
@@ -72,6 +70,7 @@ Some examples require extra dependencies. See each sample's directory for specif
72
70
*[encryption](encryption) - Apply end-to-end encryption for all input/output.
73
71
*[env_config](env_config) - Load client configuration from TOML files with programmatic overrides.
74
72
*[gevent_async](gevent_async) - Combine gevent and Temporal.
73
+
*[hello_standalone_activity](hello_standalone_activity) - Use activities without using a workflow.
75
74
*[langchain](langchain) - Orchestrate workflows for LangChain.
76
75
*[message_passing/introduction](message_passing/introduction/) - Introduction to queries, signals, and updates.
77
76
*[message_passing/safe_message_handlers](message_passing/safe_message_handlers/) - Safely handling updates and signals.
@@ -87,7 +86,7 @@ Some examples require extra dependencies. See each sample's directory for specif
87
86
*[updatable_timer](updatable_timer) - A timer that can be updated while sleeping.
88
87
*[worker_specific_task_queues](worker_specific_task_queues) - Use unique task queues to ensure activities run on specific workers.
89
88
*[worker_versioning](worker_versioning) - Use the Worker Versioning feature to more easily version your workflows & other code.
90
-
*[worker_multiprocessing](worker_multiprocessing) - Leverage Python multiprocessing to parallelize workflow tasks and other CPU bound operations by running multiple workers.
89
+
*[worker_multiprocessing](worker_multiprocessing) - Leverage Python multiprocessing to parallelize workflow tasks and other CPU bound operations by running multiple workers.
0 commit comments