2 Replies Latest reply on Jun 13, 2011 6:53 PM by jlgranda81

    Sub proccess?

    jlgranda81

      Hi, I try to run BPMN2 procees with a subprocess, Frist, I run this example (http://community.jboss.org/people/bpmn2user/blog/2011/03/01/jbpm5--subproces-loop-example#comment-6643) and this is completed succesfully.

       

      Then I look for data into processInstanceInfo  and no data, Somebody in advance?

        • 1. Re: Sub proccess?
          salaboy21

          if your sub process runs from the begin to the end without a safepoint, there will be no persisted information. Remember that jBPM will only persist the process status during a safe point/wait state.

          Greetings.

          • 2. Re: Sub proccess?
            jlgranda81

            Hi Mauricio, in effect I add two human task in parent proccess and child proccess, in this case process data persist for each one, but when I completed the task, the data is destroyed. In some case the parent process data is persisted.

             

            Is posible persist this data all time?