1 Reply Latest reply on Aug 11, 2009 5:52 AM by kukeltje

    Records not deleted when ending Process

    cash1981

      Hi.

      I have some questions regarding JBPM.

      1. When ending a Process, why isn't the JBPM_PROCESSINSTANCE entry deleted but only set a version to 2?

      2. When using Seam, and calling

      processInstance.getContextInstance().deleteVariable("someName")

      Why isnt the "someName" entry in JBPM_VARIABLEINSTANCE deleted/removed? It seems like some fields like TOKEN and TOKENVARIABLE is set to null. Why is that?

      3. Why isn't the entries in JBPM_TASKINSTANCE deleted/removed once you end process?