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

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to