1 Reply Latest reply on Jul 15, 2009 7:14 AM by jbarrez

    jbpm4.0 history var (bug?)

    clt.phoenix

      I have wrote a demo command to set variables history enabled, but it seems that the variables was saved to jbpm4_hist_var, but the variable's value was doesn't saved.

      In the source code, I saw that the HistoryVariableImpl was created before setValue , and the HistoryVarialbeUpdate event was fired in setValue, but there's no session.save() for the HistoryVariableUpdateImpl , so is it the reason?