Hello,
please help me with an example on creating bpmn model logic when there is a parallel multi-instance user task having 2 custom outcomes to complete the step (e.g. “Approved” or “Rejected”) and after that the course of process should change depending on if 1/3 of all users had ended task with “Rejected” value.
short expression of what I said above:
start event → user multitask step (Approve/Reject) → exclusive gateway → default path OR path when 1/3 of users had Rejected) → end event
I also noticed this article about aggregation possibilities in 6.6.1. future version: Multi Instance Variable Aggregation – Flowable Blog
which as I understand will ease this kind of logic, but please give some xml.bpmn example on how is possible to create such logic now (the hard way I guess)?
Thank you in advance!