Automate the validation of reports by several stakeholders

Hi there,
I’m trying to create a workflow in order to have all participants sign the meeting report.
The problem is : If one of the validator says “no”, the workflow returns to requester for all the validator. The workflow keeps going and he didn’t stop. I want to stop it if one of the validator says “No”

How can i do it ?
Thanks a lot

Hi @Antoine,

For each approval action, you will need one transition that goes to a synchronization bar when the answer is YES and another transition to a RAISEEXCEPTION action when the answer is NO.

You can use the RAISEEXCEPTION action to cancel all the open actions awaiting approval and then you can loop back from the RAISEEXCEPTION action to your desired subsequent action.