[jboss-user] [JBoss jBPM] - Re: Storage of process variables outside jbpm?

meeru777 do-not-reply at jboss.com
Sun Sep 17 00:00:45 EDT 2006


1. Delivers superbly, i enhanced it to get a paginated list, which i can plug right into my ui.

  | 		List l = query.setFirstResult(page * pageSize).setMaxResults(pageSize+1).list();
  | 
2. to get the status of the process, i have a different ui / status. In my case i have 10,000 pieces of works checked in as tasks(so getting them by actor id will get me all of them), i filter them based on some variable like 'collectionName', which splits up the tasks by collection, hence much more manageable, faster performance.

cheers

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972131#3972131

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972131



More information about the jboss-user mailing list