Resolved! parallel task problem
I have two parallel task in my bpmn. I need set bpm_description. But when I do this like this:execution.setVariable("bpm_description", taskDescription); execution.setVariableLocal("bpm_description", taskDescription);or like this:delegateTask.setVaria...