Getting wrong sub-process ID
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2015 03:07 PM
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.
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.
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2015 02:33 AM
Hi Sathich,
Could you reproduce the issue in the jUnit test?
http://forums.activiti.org/content/sticky-how-write-unit-test
Regards
Martin
Could you reproduce the issue in the jUnit test?
http://forums.activiti.org/content/sticky-how-write-unit-test
Regards
Martin
