Boundary event timer disable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2020 06:38 AM
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.
- Labels:
-
Alfresco Process Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2020 07:11 AM
Hi All,
Please provide help on this.
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2020 04:05 AM
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.
Abbas
