Hello team prefect, is there a way to chain automa...
# ask-community
m
Hello team prefect, is there a way to chain automations, e.g. When flow 1 completes run flow 2, and when flow 2 is complete run flow 3... Is there way to do it all in 1 automation? I have 10 flows that are all related and should run 1 after the other immediately.
j
Why not just write a parent flow that has 10 subflows?
m
One downside is each subflow uses different input parameters, so the parent flow would have to take in all parameters for all subflows.
j
You have to be managing the parameters somehow already - why can't the parent flow get the subflow parameters with the same mechanism?