Not starting Async executers on admin applications

Hi,

We will be running processEngine in our own jvm and submit processes to it.So the asyncJobExeuter in our jvm will be running our async jobs.

Also we will be using admin ui, to monitor the progress of jobs.
However we found that the admin applications also start AsyncJobExecutoers, which tried to run our failed/times out jobs…and since it doesnt have out jars it throws exception.We would not want to have AsyncJobExecuter running in the flowable war files deployed on tomcat.How can we disable that?

Hi,

Hope this helps :

Thank You,
Arpit

The admin app only communicates through REST with the engine, so it doesn’t start an async executor. What kind of setup do you have?

Hi Joram,

I think by admin applications he means all flowable ui applications.

Thank You,
Arpit