Skip to content

Latest commit

 

History

History

activity_worker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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.