0 Replies Latest reply on Oct 26, 2005 2:16 AM by saphir

    swimlane problem!

    saphir

      I wrote a processdefinition.xml and deployed it to the database. In the processdefinition.xml, I defined the one swimlane as following:

       <swimlane name="programmer">
       <assignment expression="group(programmer)" />
       </swimlane>
      

      then I filled the database with the data about programmer group and some users in it and menbership.
      I want to define a group of users to carry on with the task.

      when the process runs to the task with the swimlane defined as the above, I cannot find any task using findPooledTaskInstances(userName). When I get to the database, I find in the table jbpm_pooledactor some record about the 'programmer'.
      Do I do anything wrong with the process definition or some other things??