[jboss-user] [JBoss jBPM] - Re: How logging me in as a user in JBPM (swimlane)
jits_1998
do-not-reply at jboss.com
Wed Sep 13 05:28:16 EDT 2006
In an authenticated environment, the actorId is set into the authentication service by jbpmcontxt using this method.
Then when we call jbpmContext.getTaskList(), it returns the task list of the authenticated user. In case you want to get the task list for any other user you have to use taskmgtSession.findTaskInstances(actorId).
Read the code, its all there :-)
cheers!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971227#3971227
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971227
More information about the jboss-user
mailing list