Hello,
I want to disable the timer job execution in activiti-explorer war file. I'm using activiti 5 version. My usecase is I'm designing the workflow from activiti model workspace and I had developed a code based on that design. In that design I have used boundary event timer.
When I start the process and timer job is due, activiti-explorer throws exception as java class associated with timer was not found in that application which is quite obvious. Due to this, I want to disable the timer job execution in the activiti explorer application.
Thanks in advance.
Hi All,
Please provide help on this.
Thanks in advance.
locate activiti.cfg.xml in your classpath. go to process engine configuration inside the file and change property value like:
<property name="jobExecutorActivate" value="false" />
JobExecutor manages the timer and other job events in activiti5.x. the above configuration change will disable it.
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.