Hello,
I have a question about error handling. I have a flow that has about 7 parallel approval branches (middle two branches and the final step of the flow shown in the screenshot) and in the event that one of the approvals does not work for some reason, I would like to be able to notify the person who submitted the request and then have the flow only continue to the final steps of the flow if all of the requests succeeded.
Normally, I understand that a good way to do this would be to add a parallel branch after the approvals request that only runs if the Approval fails. However, in this case, I cannot add a parallel branch to the final step in the flow because it comes immediately after the 7 parallel branches.
So my solution to this was to add an error notification email in each parallel branch with "Configure Run After" the approval fails or times out. And then to the last step I changed it to "Configure Run After" they are all skipped (2nd picture is this portion zoomed in). So my question is:
Will this work? I have done some tests with a smaller flow and it seems to, I'm just wondering if there's something I'm not thinking of. Part of my confusion is that I'm not sure if it's an OR statement for each error notification (i.e. "If any of them are skipped" it will run) or if it's an AND statement (i.e. "if all of them are skipped").
Hopefully this makes sense. Thanks!

