Invoke typescript activity from python workflow

Hi,

I’m trying to invoke typescript activity from python workflow but not sure how it can be done.
Tried python-workflow:
image

Can you please tell how it can be done? Checked samples but didn’t find.

What does your TypeScript activity look like and what task queue is it on? You can either make a Python function stub look like the TypeScript one, or just call workflow.execute_activity("activity name", arg, task_queue="typescript-worker-taskQueue").