[jboss-user] [jBPM Users] - Re: Jbmp task recovery

2009-09-29 Thread puag
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

[jboss-user] [jBPM Users] - Re: Jbmp task recovery

2009-09-29 Thread kukeltje
yes look at the query api's View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257619#4257619 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4257619 ___ jboss-user mailing list

[jboss-user] [jBPM Users] - Re: Jbmp task recovery

2009-09-29 Thread kukeltje
But do this IN your NEW command, not using one of 'ours' and do filtering afterwards. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257622#4257622 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4257622

[jboss-user] [jBPM Users] - Re: Jbmp task recovery

2009-09-28 Thread kukeltje
create your own command? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257464#4257464 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4257464 ___ jboss-user mailing list