[jboss-user] [JBoss jBPM] - j4j:listTasksForActor and j4j:listPooledTasks ?
rainhust
do-not-reply at jboss.com
Thu Dec 27 22:41:57 EST 2007
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#4115838
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115838
More information about the jboss-user
mailing list