1 Reply Latest reply on Aug 31, 2008 5:05 PM by c0upal

    JBPM When will a row be inserted in a taskInstanceList

    c0upal

      I'm experimenting on Seam and JBPM and right now, I have successfully run a program with a process definition with 3 nodes -- START -- NODE1 --END... 


      Now a little bit complex I assigned actors, and created a Task Node on the diagram, such that the process will stop at the task node until a user does something. 


      When I run the program and start the process, I check the JBPM-related tables and found that the TASKINSTANCELIST table is not populated which I guess is where the taskInstanceList variable gets its data from.


      Maybe something wrong with my code/diagram? when does the TASKINSTANCELIST table get populated?

        • 1. Re: JBPM When will a row be inserted in a taskInstanceList
          c0upal

          I'm experimenting on Seam and JBPM and right now, I have successfully run a program with a process definition with 3 nodes -- START -- NODE1 --END...


          Now a little bit complex I assigned actors, and created a Task Node on the diagram, such that the process will stop at the task node until a user does something.  I was expecting that taskInstanceList component I added on my JSF page, would be displaying data.


          When I run the program and start the process, I check the JBPM-related tables and found that the TASKINSTANCELIST table is not populated which I guess is where the taskInstanceList variable gets its data from. So therefore there is no data displayed on the taskInstanceList table on my page.


          Maybe something wrong with my code/diagram? when does the TASKINSTANCELIST table get populated?