parallel task problem

cancel
Showing results for 
Search instead for 
Did you mean: 
sergus_dev
Active Member II

parallel task problem

Jump to solution

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 Solution

Accepted Solutions
sergus_dev
Active Member II

Re: parallel task problem

Jump to solution

Problem is solved.

View solution in original post

2 Replies
sergus_dev
Active Member II

Re: parallel task problem

Jump to solution

Problem is solved.

EddieMay
Alfresco Employee

Re: parallel task problem

Jump to solution

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!