2 Replies Latest reply on Aug 12, 2010 11:52 AM by huilan

    jBPM-4.4 ExecutionService.createVariable question

    huilan

      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

       

      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.