cancel
Showing results for 
Search instead for 
Did you mean: 

Getting wrong sub-process ID

sathishsanthosa
Champ in-the-making
Champ in-the-making
Hi

We are using Activity 5.14. We have a process(X,Y,Z) which is a sup-process of a sub-process.
Based on the user's input it has to go process(X), but it skips x and goes to y directly.
When we check the Activiti tables it shows that the task is with process(X), But it has process(Y)'s ID on it.
This is the reason why, it skipped process(X).

When we restart our system it worked and the task went to process(X).

Initially we thought the problem is thread issue on our side(While creating CallActivityBehavior), and fixed it.
But still we see the problem on rare occasions.

Could you please give us a direction to solve this issue.

Thanks and Regards,
sathish.
1 REPLY 1

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi Sathich,

Could you reproduce the issue in the jUnit test?
http://forums.activiti.org/content/sticky-how-write-unit-test

Regards
Martin