cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with timers

juanb
Champ in-the-making
Champ in-the-making
Hi, I am trying to implement a timer on a user task. The idea is that if a users has a task more than one minute an email is send.
So what I did is to put a boundary timer to the user task. I put as time duration: PT1M (one minute).
After one minute this timer goes to an email task and comes back to the user task. The timer is set to not cancel the activity.
I am using the Eclipse activiti modeler. Is it necessary to set a time date? I don't know why but the email never arrives.

I know that the email is working because in another part I am actually using an email task and it works.
Here is a picture of the process: http://imgur.com/mXPv8wq

When I run it, I have a drawing that tells me where the process is in red. I see that the process is in the user but it never sends the email

Thanks
3 REPLIES 3

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi,

did you activate the job executor?
http://www.activiti.org/userguide/#jobExecutorConfiguration

Regards
Martin

juanb
Champ in-the-making
Champ in-the-making
Sory, I dont know what you are talking about. But the mails works on other places. The problem is with the timer

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi,

if you want to get timers running you have to enable job executor. Follow the link from my previous post. (set the flag to true).

Regards
Martin