cancel
Showing results for 
Search instead for 
Did you mean: 

Use two Timer successively

b_fischer
Champ in-the-making
Champ in-the-making
Hi,
I have one question. Is it not possible to use two timer successively?
I want to use a activiti process as reminder with two remindgrades.
I uploaded the diagram to my dropbox folder:
https://dl.dropboxusercontent.com/u/789255/activiti.PNG
When the process starts the first timer works fine. But after set the second timer  (in "add remindtime 2") the "receive CONTRL" task ends directly and the process goes further to the "send remind mail 2" task without waiting.
The process does not wait at the second timer!
Is there a problem in my diagram or in my configuration? Or is there a restriction in activiti?
I hope someone can help me 🙂

Thanks,
bfischer
3 REPLIES 3

jbarrez
Star Contributor
Star Contributor
No, that should work as you describe.

How long does the second timer need to wait?

b_fischer
Champ in-the-making
Champ in-the-making
Hi,
thanks for the answer!
In my example I set the first timer 5 minutes after current time and second timer another 5 minutes later.
in my dispair, i updated my activiti from 5.12 to 5.14. Unfortunately no timer works now 😞 They are with correct due date in the act_ru_job table but when reached the time, nothing happened. Is the problem known?

Greetz,
bfischer

trademak
Star Contributor
Star Contributor
No can't think of a good reason. Can you create a unit test showing your issue so we can reproduce it easily?

Thanks,