Timer start event retrying flow infinitely in exception ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2012 06:56 AM
Hi,
I have the following scenario :
timer start event -> custom node -> end .
Now when i get an activiti related exception ( not an exception inside my custom flow ) , the timer starts retrying the flow . As per the database table "act_ru_job" the default number of retries is 3 at interval of 5 minutes . But it's retrying infinitely , Can i know why ?
thnx.
I have the following scenario :
timer start event -> custom node -> end .
Now when i get an activiti related exception ( not an exception inside my custom flow ) , the timer starts retrying the flow . As per the database table "act_ru_job" the default number of retries is 3 at interval of 5 minutes . But it's retrying infinitely , Can i know why ?
thnx.
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2012 09:53 AM
I just checked, the retry-mechanism kicks in and starting the process will only be attempted 3 times. If you can create a failing unit-test demonstrating otherwise?
