hey all, in prefect 1, for a flow of flows, how do you cancel all flows at once? i am canceling the parent-most flow, and the child flows still remain live
+ is there a way to batch cancel flow run in the UI?
a
Anna Geller
01/13/2023, 3:54 PM
there is no concept of subflows or child flows in v1
you should consider upgrading to v2 where this is the default behavior
create_flow_run only starts other flow runs but those are entirely independent processes