the j4j:listTasksForActor tag can list the actor's task.
the code is :
jbpmContext.getTaskMgmtSession().findTaskInstances(username);
if i want get the pooled Tasks ,
jbpmContext.getTaskMgmtSession().findPooledTaskInstances(username)
how to do this ,using the jbpm4jsf tags.
i cannot find the listPooledTasks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115838#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...