I am new to Activiti and i am having this problem. Please help
I have a timer start event
<startEvent id="timerstartevent1" name="Timer start">
<timerEventDefinition>
<timeCycle>R1000/2015-06-19T14:08/PT4M</timeCycle>
</timerEventDefinition>
</startEvent>
I want it to run after every 4 min 1000 times. But sometimes it runs sometimes it does not so i have to redeploy it and still the same problem.
At that timer event , a java function is supposed to run an sql query just to update a table. But it does not get updated when it should.
I found a forum saying that if a timer event fails 3 times then it stops running. I dont think if it should fail as the function is just updating a table but i found in ACT_RU_JOB that it has failed 3 times.
Please enlighten me to this problem and how to resolve it.
Thanks in advance
D.