Skip to content

Latest commit

 

History

History
51 lines (41 loc) · 2.98 KB

File metadata and controls

51 lines (41 loc) · 2.98 KB

Hello Samples

These samples show basic workflow and activity features.

To run, first see README.md for prerequisites. Then, run the following from the root directory to run the hello_activity.py sample:

uv run hello/hello_activity.py

The result will be:

Result: Hello, World!

Replace hello/hello_activity.py in the command with any other example filename (with the hello/ prefix) to run it instead.

Samples

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

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