[jboss-user] [jBPM Users] - Re: Jbmp task recovery
puag
do-not-reply at jboss.com
Tue Sep 29 03:24:45 EDT 2009
i made :
command = new GetTaskListCommand(aUsuario, true);
result =(ArrayList)remoteCMDService.execute(command);
for( Object task : result ) {
and here i filter and order tasks by (TaskInstance)task).getProcessInstance().getContextInstance().getVariables()
}
but if i have too task java will have a memory problem, y need to filter on server, ¿is it possible?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4257532#4257532
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4257532
More information about the jboss-user
mailing list