Hi~
I have a question about "ExecutionService.createVariable".
I write this code and check database table 'jbpm4_hist_var'
executionService.createVariable(task.getExecutionId(),dataMap,true);
and found the column named executionid in jbpm4_hist_var has no value
http://community.jboss.org/servlet/JiveServlet/downloadImage/5008/450-263/jbpm4_hist_var.png
if it's a bug, can someone help or teach me create an issue and write a testcase for this question?
thanks.