Skip to content

Latest commit

 

History

History

hello

Hello Samples

These samples show basic workflow and activity features.

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

poetry run python hello_activity.py

The result will be:

Result: Hello, World!

Replace hello_activity.py in the command with any other example filename 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