Question
Accenture
BR
Last activity: 14 Sep 2020 20:43 EDT
Top case needs to wait for a specific child case
So, I have a Top case A, which can create child cases B and C. Case B can also create child case C.
At some point I have case A-1 with child cases B-1 and C-1, given that B-1 also have a child case C-2. Something like the image I have attached.
I'm trying to make a wait shape to wait only for child cases C directly related to A. In the example, I need to wait only for C-1. So I can finish C-2 without triggering the wait shape. Is there a way I can do this?
Thanks in advance.