[jboss-user] [JBoss Seam] - Using pooled-actors in jPdl
vedavyas
do-not-reply at jboss.com
Wed May 9 06:25:45 EDT 2007
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#4044227
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044227
More information about the jboss-user
mailing list