C# / dotnet workflow worker with Python

Hi there
I’m going to use Temporal in C#. I want to use Python SDK to define the workflow.
I’ve seen this example but instead of the Golan, I want to use Python.
How can I do this? I mean the Python code

1 Like

The same way the Go code is done but in Python. Create a worker and workflow that starts an activity you define in C#. Is there a specific part of creating a worker/workflow in Python that I can help clarify?

I do this and put my code here

1 Like