cancel
Showing results for 
Search instead for 
Did you mean: 

Time cycle in Activiti-rest

eao
Champ in-the-making
Champ in-the-making
Hi.

I have created a small workflow where I want a task to enter some custom java code every 10 minutes to check for a status
I have solved this by creating a boundary element on the task with a timeCycle in a timerEventDefinition.

We have two different environments set up where I have tested this workflow and it only seems to work in the environment where I have both activiti-rest and activiti-explorer running. In the environment where I have activiti-rest running alone, the trigger never seems to fire.

Are jobs such as timeCycle depending on activiti-explorer to be installed?

Regards,
Espen

2 REPLIES 2

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi Espen.

Try to check whether activiti-rest has jobexecutor activated.

<property name="jobExecutorActivate" value="true" />

http://www.activiti.org/userguide/#jobExecutorConfiguration

Regards
Martin

eao
Champ in-the-making
Champ in-the-making
That worked. Thank you!

Regards,
Espen