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?