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 ?
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?