I have a requirement where in some cases, if a UserTask has multiple recipients, the task needs to have all recipients approve the task before moving on to the next evaluation. It looks like currently, as soon as the first approver actions the task, the workflow proceeds to the next step.
I have tried, as a simple test, splitting to two separate UserTask components with the parallel gateway split/join setup and with this setup, once both task are actioned, the join step and subsequent steps are never reached. Even if this worked, it is not ideal since there may be N number of approvers for each step.
The SAP documentation on how this is handled is very sparse and I have searched through many blogs and Q&A to no avail.
Is this possible with SCP Workflows? If not, a suggested enhancement would be to have a checkbox or toggle on the UserTask details that specify that the UserTask is complete upon one approval or all approvals.