1 Reply Latest reply on Feb 10, 2010 2:02 PM by pushpak1981

    Seam + JBPM4 + History Variable

    pushpak1981

      Hi,


      I am running a test JBPM process using seam (JBPM 4.3). I am not able to persist the variables into the history table (table name jbpm4_hist_var).
      I tried setting the parameter history attribute into the variable.


      <variable name=param1 type=string history=enabled />        


      But still the variables are added to history table. Is there any other way i can history the variables.
      Under normal execution the variables are stored into jbpm4_variable table but are removed after the process is completed.


      Any help would be highly appreciated.