cancel
Showing results for 
Search instead for 
Did you mean: 

parallel task problem

sergus_dev
Confirmed Champ
Confirmed Champ

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.setVariable("bpm_description", taskDescription);
delegateTask.setVariableLocal("bpm_description", taskDescription);

and then I look my task description in workflow console (desc task activiti$341) :

 {http://www.alfresco.org/model/bpm/1.0}description = null

what am I doing wrong?

1 ACCEPTED ANSWER

sergus_dev
Confirmed Champ
Confirmed Champ

Problem is solved.

View answer in original post

2 REPLIES 2

sergus_dev
Confirmed Champ
Confirmed Champ

Problem is solved.

EddieMay
World-Class Innovator
World-Class Innovator

Hi @sergus_dev 

Great that you solved your problem. Would be useful to others if you could outline how you resolved it.

Thanks,

Digital Community Manager, Alfresco Software.
Problem solved? Click Accept as Solution!