Hello,
I have sub process with parallel multi instance and service task , some service task is taking more time to complete , so new thread is getting created and again same service task is getting executed multiple times.
Also getting the OptimisticLockingException while multiple thread are created and running.
How to stop the execution of multiple thread and creation of new thread when the service execution take more time.
Attached a sample BPMN Process and highlighted issue service,
Thanks