Error- ENGINE-16002 Exception while closing command context: ENGINE-03005 Execution of ‘INSERT TaskEntity[98]’ failed. Entity was updated by another transaction concurrently.
I’ve StageB with exitCriteria ( marking stage as terminated) and userTasks in that stage. When I’m completing the task (UTA1), I get above error when stage criteria suspends task using INSERT into ACT_RU_TASK.SUSPENSION_STATE_ = 1.
How to solve this error?
Attached CMMN
diagram_1.cmmn (5.6 KB)