"MatthiasBraeuer" wrote : As can be seen a group is not assigned to the pooled actors as an array of the users contained in it, but as an array with only one element, namely the group itself. |
Correct, this is as designed "MatthiasBraeuer" wrote : | Thus, the users in that group won't see the task in their task list as for jBPM the set of pooled actors only consists of one actor with the name of the group. Not correct, well not completely. (I could also have written: "correct, wel not completely ;-) ) The implementation of the getPooledTaskInstances(actorId), assumes you provide the array of actorIds (user, group or system) in advance. So you have to look what groups a user belongs to, put that in an array and pass it on to the method. It is not enough to provide the id of an individual user. The identity mechanism does not look if the provided id is an individual user and then looks if the user is a member of certain groups and these groups have tasks). If the latter is behaviour that is expected (which I can imagine) please file a jira issue for it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946887#3946887 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946887 ------------------------------------------------------- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
