Unable to complete parallel task (foreign key violation)
I have a problem that seems like a bug, but I'm not sure - maybe I'm doing something wrong.I have two parallel tasks. During the execution some variables are added to the tasks usingtaskService.setVariableLocal(taskId, variable, value). And now when ...