3 Replies Latest reply on Aug 6, 2007 8:43 AM by kukeltje

    User & Group with jbpm

    jagbalan

      I want to integrate Jbpm inside my application that already has a security framework (I already have user & role group table defined). Now below are my doubts?

      1. When defining the process xml, can I refer to these names?
      2. Can I make JBPM understand the logged in user so that it can find the role group he belongs to and list the set of activities possible for him?
      3. Similarly when an activity is assigned to a role group, can JBPM give me the list of users to whom the task could be assigned?

      Please advice on possible solutions.