Example devbox for testing and developing Temporal workflows using Temporalite and the Python Temporal SDK.
For more details, check out:
devbox run start-temporal
This will start the temporalite server for testing.
- You can view the WebUI at
localhost:8233
- By default, Temporal will listen for activities/requests on port
7233
devbox shell
This will activate a virtual environment and install the Temporal Python SDK.
From inside your devbox shell
cd temporal_example/hello
python run hello_activity.py
This should start the workflow using temporalite.