0 Replies Latest reply on Oct 13, 2009 1:01 PM by tonioab

    JBPM Random assignment in swimlane

    tonioab

      Hi,


      I am trying to achieve the following scenario with Seam/JBPM: I have a process which represents the moderation of posts inside a blogging system. At the beginning of the process, I want to choose a moderator at random among a pool and then, I want to stick with this moderator for the rest of the process. How can I achieve that ?


      Would a statement like this at the beginning of my jpdl file work ?


      <swimlane name="moderator">
              <assignment pooled-actors="moderators"/>
      </swimlane>



      Thank you