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