JBoss Community

Re: How JBPM5.3 integrate with your application tables(user, organization, role table)?

created by wqe wqe in jBPM - View the full discussion

Check out UserGroupCallback interface and its implemenataion which can be found in  the 5.4.0 snapshot . The mapping of the relationship between user and the group is defined here . After calling UserGroupCallbackManager.getInstance().setCallback(yourUserGroupCallback) before doing any task operations  ,the TaskService API will use these UserGroupCallback to do the authorization .

Reply to this message by going to Community

Start a new discussion in jBPM at Community