Hi,
I've been reading the
doc but I do not understand it clearly.
I am using prefect server, and I hav a flow that runs 4 subflows sequentially. The first flow failed, but the parent flow continued, the other 3 flows runned (and finished as completed) and the parent flow finished completed as well.
From what I understood from the
doc is that if any flow fails, the flow stops. Moreover, the parent flow returns a list of each returned value from each subflow. So I do not really understand why the parent flow is completed instead of failed.
Thank you very much for your help!