cancel
Showing results for 
Search instead for 
Did you mean: 

Boundary event timer disable

ashutosh
Champ in-the-making
Champ in-the-making

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.

2 REPLIES 2

ashutosh
Champ in-the-making
Champ in-the-making

Hi All,

Please provide help on this.

Thanks in advance.

abbask01
Star Collaborator
Star Collaborator

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. 

Regards,
Abbas