Hi, I am trying to build a workflow where it require 2 different group of people to approve. if both approve, then it will continue. If one does not approve this it goes into a different workflow.
I know I can use arcade to check all response, but I am missing a step to wait to reconcile the parallel stream. (wait for all streams to complete then check for response.)
At the moment, I have a manual step however the manual step requires a user to run it (I cannot find an api that will automatically run this step).
I need a solution that will automatically run after evaluating the response


Can anyone please advise?