JBoss Community

Re: jBPM5 : Assign Human task to a Group / Role

created by Demian Calcaprina in jBPM - View the full discussion

Hi! Maybe this simple example can help you to clarify:

https://github.com/calcacuervo/JBPM5-Samples/blob/master/human-tasks/src/test/java/com/test/group/HumanTaskGroupTest.java

 

jbpm does not keep reference to the association between user and group. Recently it was added a callback interface to integrate with any external system:

https://github.com/droolsjbpm/jbpm/blob/master/jbpm-human-task/src/main/java/org/jbpm/task/service/UserGroupCallback.java

 

Hope this helps,

 

Demian

Reply to this message by going to Community

Start a new discussion in jBPM at Community