4 Replies Latest reply on Mar 20, 2015 2:32 PM by rocky13

    jbpm 5.4 persisted process not moving forward

    rocky13

      Hi All,

       

      I need help with one of the issue  i am facing. I have developed one flow.But when i am persisting process using JPAKnowledgeService session.My process is not moving forward.However its working fine without persistent.

       

      Following is my flow-

      1. Start the process

      2. Starting the domain specific Task1

      3. Completing the domain specific Task1

      4. Then i am trying to start Human Task. But processInstance is returing Domain specific task only. I can see in the database process is getting persisted properly and NodeInstanceLog table also has entries for HumanTask1 getting started.

       

       

      Please let me know what  i am doing wrong.I am attaching my Knowledge session java file and Process Main java file.