I’ve just created a parent flow of flows and it seems like when I cancel the parent flow, the child flow that it’s running doesn’t get cancelled and continues to run. Is there a way for me to pass the cancellation down to the children flow level?
k
Kevin Kho
11/11/2021, 9:09 PM
Hey @Ken Nguyen, I don’t believe so, but let me double check with the team.
Kevin Kho
11/11/2021, 9:24 PM
Yeah confirmed it can’t be done. There is just no route for these to be chained with automations.
The best thing you can do is to periodically check if the parent is cancelled in the child flow run (maybe attach this check to the tasks as a state handler)
k
Ken Nguyen
11/12/2021, 4:42 PM
Got it, thank you!
Would be quite useful to have an option to pass cancellation down the chain via an argument in the StartFlowRun() 🤔.
k
Kevin Kho
11/12/2021, 4:48 PM
I’ll elevate the feedback, but this is likely a massive change that won’t happen for 1.0 and will be looked at in Orion