[jboss-user] [JBoss jBPM] - Re: How logging me in as a user in JBPM (swimlane)
antitrust1982
do-not-reply at jboss.com
Tue Sep 12 10:48:16 EDT 2006
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
More information about the jboss-user
mailing list