2 Replies Latest reply on Feb 18, 2010 2:04 PM by pushpak1981

    Seam 2.1 + JBPM 4.3 + History Service

    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.


      Thanks.

        • 1. Re: Seam 2.1 + JBPM 4.3 + History Service
          pushpak1981

          Comments updated...


          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 not 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.


          Thanks.

          • 2. Re: Seam 2.1 + JBPM 4.3 + History Service
            pushpak1981

            Closed