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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
