I tried this piece of code here , but does not seems to be working @Slf4j @Configuration
public abstract class CustomAsyncExecutor extends DefaultAsyncJobExecutor implements AsyncExecutor {
The above code didn’t work at all.
I am not sure how to configure this in Process Engine Configuration.If you could guide me with any sample code or hint, I can try.