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?
Solved! Go to Solution.
Problem is solved.
Problem is solved.
Hi @sergus_dev
Great that you solved your problem. Would be useful to others if you could outline how you resolved it.
Thanks,
Ask for and offer help to other Alfresco Process Services and Activiti Users and members of the Alfresco team.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.