1 Reply Latest reply on Aug 5, 2013 7:45 AM by swiderski.maciej

    jBPM 5.4 assign User Tasks to Group Users with a specific Role

    ricardojvcruz

      Is it possible to assign user tasks to group users that have a specific role in the group ?

       

      Thanks

        • 1. Re: jBPM 5.4 assign User Tasks to Group Users with a specific Role
          swiderski.maciej

          in jbpm group and role are sort of same thing. so you can assign user to a group(aka role). But if you have more complex setup of group and roles relationship (like single group has many roles) then I would say you should use only roles in jbpm assignment. Usually you can prefix the role with group name for clarity. Take a look at UserGroupCallback interface as it might come handy to simplify the assignment too.

           

          HTH