cancel
Showing results for 
Search instead for 
Did you mean: 

User Task vaariable scope

nirvana
Champ in-the-making
Champ in-the-making
Hi All,

In usertask I have three variables and in the flow I'm using call-activiti.

Problem statement :

The variable scope in the usertask is not available in the call-activiti.

I'm checking this using

execution.hasVariable("X");

This is returning false. Here I'm using hasVariable() but not hasLocalVariable().

Tried the following cases :
1.  created the same form variable in usertask of call-activiti. –> this is also not working.


How can I get this form variable scope in call-activiti as well.

Regards,
Nirvana
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
Check the section in the user guide on 'passing variables': http://activiti.org/userguide/index.html#bpmnCallActivity