Hi,
I have a workflow with a parallel multi-instance callActivity. Inside callactivity, there are couple of service task. I’ve applied multi-instance async after & exclusive. Also, the service task are async after/exclusive. Running the workflow throws multiple Incidents but all the sub process are completed. Because of the incidents the multi-instance is not completed and it doesn’t proceed for next task. When I checked the error “Variable instance ‘nrOfCompletedInstances’ was updated by another transaction concurrently”. I changed the async behaviour for multiple times but it throws 4-8 incidents.
I have read about async continuations and mutli-instance. Transactions in Processes | docs.camunda.org
In such cases, do I need to de-activate incidents? or skipOptimisticLockingException?
Below is the model