Hi, I have a question regarding subflows and deplo...
# ask-community
t
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
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
If you use
run_deployment
from the parent flow, we will link it.
t
That's good to know, thanks!