I have wrote that :

                        Collection 
tasks=(Collection)jbpmContext.getTaskMgmtSession().findTaskInstances("ernie");
  |                     Iterator it= tasks.iterator();
  |                     while(it.hasNext()){
  |                              TaskInstance task = (TaskInstance) it.next();
  |                             System.out.println("task of ernie 
hihihihi:"+task.getName());
  |                     }

ANd I have theses line in the console:

anonymous wrote : 
  | task of ernie hihihihi:null
  | task of ernie hihihihi:null
  | task of ernie hihihihi:null
  | task of ernie hihihihi:null
  | task of ernie hihihihi:null

So I have 5 instance for Ernie but of task null :s.SO I can't know what are 
they.

I continue to search.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971029
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to