Boundary event timer disable

cancel
Showing results for 
Search instead for 
Did you mean: 
ashutosh
Member II

Boundary event timer disable

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
ashutosh
Member II

Re: Boundary event timer disable

Hi All,

Please provide help on this.

 

Thanks in advance.

abbask01
Senior Member

Re: Boundary event timer disable

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