Skip to content

Files

Latest commit

7a1dd4d · Apr 2, 2025

History

History
18 lines (9 loc) · 429 Bytes
·

File metadata and controls

18 lines (9 loc) · 429 Bytes
·

Introduction to message-passing

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:

uv run worker.py

And execute the workflow in the other terminal:

uv run starter.py