cancel
Showing results for 
Search instead for 
Did you mean: 

Timer start event retrying flow infinitely in exception ?

aparneshgaurav
Champ in-the-making
Champ in-the-making
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.
1 REPLY 1

frederikherema1
Star Contributor
Star Contributor
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?