This sample provides an introduction to using Query, Signal, and Update.
See https://docs.temporal.io/develop/python/message-passing.
To run, first see the main README.md for prerequisites.
Then create two terminals and cd
to this directory.
Run the worker in one terminal:
poetry run python worker.py
And execute the workflow in the other terminal:
poetry run python starter.py