zlacker

[parent] [thread] 1 comments
1. abelan+(OP)[view] [source] 2024-06-27 22:22:01
Thanks! Yes, our recommended approach is to write a parent workflow which calls child workflows registered on a different worker. We have users who are managing a set of Python functions from a Typescript backend with this approach.

It's also possible to have a single DAG workflow (instead of parent/child) that has steps across multiple languages, but you'll need to use a relatively undocumented method called `RegisterAction` within each SDK and use the API to register the DAG (instead of using the built-in helpers) for this use-case. So we recommend using the parent/child workflows instead.

replies(1): >>n00bsk+h
2. n00bsk+h[view] [source] 2024-06-27 22:24:08
>>abelan+(OP)
Ah okay that makes sense! Thanks for the reply, will definitely try hatchet out!
[go to top]