Use Async Executor for executing jobs in 2 different applications pointing to same database

Hi,

I have 2 different flowable applications and both are pointing to same database. Also async executor is active in both the applications. In one of the applications, i am using timers. When timer reaches to configurable time, then it will execute the service task(java class). But engine is searching for the class in another application where that class is not available and it is an throwing exception as no bean definition found and stops the execution at that point. Kindly help me how to fix this issue.

I need to keep async executor active on both application, as i have timers and async tasks in both applications.

Thank you,
Srikanth

If the service task is after the time, you will need the class/bean on the classpath on both servers, there’s no other way around it.