Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 397 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 397 Bytes

Activity Worker

This sample shows a Go workflow calling a Python activity.

First run the Go workflow worker by running this in the go_workflow directory in a separate terminal:

go run .

Then in another terminal, run the sample from this directory:

poetry run python activity_worker.py

The Python code will invoke the Go workflow which will execute the Python activity and return.