2 Replies Latest reply on Mar 1, 2008 5:22 PM by akakunin

    swimlanes <-> configured users in jboss

    ajanz

      when i use the graphical designer to design a workflow. i could define swimlanes.

      how can i assign in jboss configured users to a swimlane?

      or further more....

      i got a list of entries defined in a table.

      a process variable should be one item of the list. depending on which entry the process should be routed to the next node.

      i there a way to make the list availiable in the graphical designer?

        • 1. Re: swimlanes <-> configured users in jboss
          kukeltje

          A swimlane either accepts user or roles. Users are 1-1, roles-users are mapped in the jbpm tables

          Regarding the other question: no, sorry

          • 2. Re: swimlanes <-> configured users in jboss
            akakunin

            In our case (we needed to assing some user from Role, defined in project for specified swimlane) we imlemented assignment Handler for swimlanes (added them automatically during process deployment).

            This handler is called then swimlane instance in process created (then swimlane used for forst time). In this handler you can assign some actorId to the swimlane - depending from some of logic (implemented by you).

            For example - in this handler you may get list of users in jBoss, make decision what user should be used in this process for specified swimlane, and put him into actorId