Hello everybody.
We got an “OptimisticLockingException” during the execution of our daily workflow.
This is the only isolated case of this exception in our workflow since it started running more than one year.
The Exception in the log is traces as WARN so it does not provide any additional information.
From the last INFO log we have identified the part of the flow that has been involved in this problem and does not seems that in that part there is parallelism.
When we got the error from the Camunda interface there was 2 job, both in pending status, associated to the same process.
I would like to know what happens and which could be the possible causes.
I’m also wondering if there is some way to try to replicate it and if we can actuate some solution for catching this error and try to stop one job and restarting the other one to permit the workflow to continue running.
Thanks in advance.