I am testing Activiti boundary event with repetition.
REPEAT_ = R20/2017-04-17T15:46:17/PT30S
DUEDATE_ = 2017-04-17 15:46:47.000
but
Executed at Mon Apr 17 15:46:57
after that all execution happen after 30 Sec
Executed at Mon Apr 17 15:47:26
Executed at Mon Apr 17 15:47:56
Is it job executor precision issue if yes then how can i improve the precision ?
and also instead of R20 How can i configure forever repeat ?
Yes, it is a Job executor precision issue.
The default wait time for timer job execution is 10 seconds and it is set with this property in your configuration:
<property name="defaultTimerJobAcquireWaitTimeInMillis" value="1000" />
Just a note, in the Enterprise Edition, the timer wait time is set to 5 seconds.
You can update this by updating the engine.properties (if using an older version) or the Activiti Engine configuration class if using annotation based configuration.
Cheers,
Greg
Ask for and offer help to other Alfresco Process Services and Activiti Users and members of the Alfresco team.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.