Run a sample Workflow

Clone the sample repo

git clone https://github.com/temporalio/samples-python

Change directories to the sample project

cd samples-python

Start the Worker

python activity_worker/activity_worker.py

In another shell in the same directory, run the sample Workflow

tbd