Hi all,
I am trying to assign a task to a group of users based on their roles using the
<assignment pooled-actors="..."/> statement in the process definition
file. this is the code snippet.
<task name="for-approval" description="creation request">
| <assignment pooled-actors="P1lead,P2lead"/>
| </task>
What attributes should be set in the authenticator class so that these particular users
can view the tasks? Is it enough to set just the actorId using actor.setId() or does the
groupActorIds() come into picture here. If so please let me know how can this be done?
Any help would be greatly appreciated.
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044227#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...