cancel
Showing results for 
Search instead for 
Did you mean: 

Close a Process, Waiting Call-Avtivity.

dognose
Champ in-the-making
Champ in-the-making
Hello,

in once process, i'm using a call activity to call (and wait for) another process:


start -> task 1 -> task 2 -> [Call Activity] -> task 3 -> end
                                  V
                             [Process 2]

Usually process 1 continues, after Process 2 has been completed. However,
when i CLOSE Process 2 (runtimeService.deleteProcessInstance()), the first Process gets stuck at this point and has no chance
to proceed to task 3 anytime…

Bug or feature?
2 REPLIES 2

jbarrez
Star Contributor
Star Contributor
Smells like a bug. Do you have a unit test that demonstrates the problem so we can try your use case?

dognose
Champ in-the-making
Champ in-the-making
Hello,

no, unfortunately no unit test for this. But i can create one if you like.
Just very Busy at the moment.