Hello,
In forms I am trying to send a form to multiple approvers at one time using a parallel gateway. If one rejects I want to remove the task from all other approvers. I have added a throw and catch event that is set to stop the current activity on all other approvers but the process wants me to attach an end event to the catch. If I attach an end event it stops the whole process- If I attach the catch to the next step in the process (a exclusive decision) it creates a task for each catch event, so if one approvers rejects and two catch's are thrown the next step shows three tasks (the same task)- one for each approver. Any help would be appreciated!
Thanks!
Terri