https://prefect.io logo
Title
t

Tadej Svetina

01/25/2023, 10:44 AM
Hi, I have a question regarding subflows and deployment: say in my flow I want to launch a subflow, but this runs on a completely different architecture than the original flow - so the most appropriate thing would be to use a different deployment. I see I can launch deployment using the API, but this then won't really be connected to the original flow?
c

Christopher Boyd

01/25/2023, 1:38 PM
Hi Tadej, If it’s a separate architecture, by extension it must be separate infrastructure which would imply a separate deployment that is correct
z

Zanie

01/25/2023, 4:41 PM
If you use
run_deployment
from the parent flow, we will link it.
t

Tadej Svetina

01/25/2023, 4:42 PM
That's good to know, thanks!