In service task I was fetching collection data [“Order1”,“Order2”,“Order2”,“Order3”,“Order4”,“Order5”] from Rest API. Now I was able to create five usertasks based on collection data by using multi-instance.
Now the user can complete the review for any number of orders. Let’s say out of 5 orders user is completing review for “Order1” and “Order2”. So if the user completes the review of Order1, that task should wait for until the Order2 gets completed. Once Order1 and Order2 was reviewed by User, then only it should reach last review task.
Can we acheive using this intermediate conditional catch event or completion condition in multi-instance or any other solution?