Question
WIPRO
IN
Last activity: 16 Mar 2018 16:10 EDT
Removing wait on the parent case when one of the subcases gets Resolved-Rejected
Hi
I have a parent case A which triggers child cases B,C,D and E. Parent case has to wait until all the child gets Resolved-Completed which we can easily achieve it through Wait shape. But I dont want parent case A to wait if any of the child cases gets 'Resolved-Rejected'. Moment a child gets rejected, parent case should also gets Resolved-Rejected. Can someone please advise on how to implement this?