JBoss Community

Re: Problem displaying process instance in the ProcessTest example

created by Michael Wagner in jBPM - View the full discussion
for(Iterator e = kbase.getProcesses().iterator();e.hasNext();){
RuleFlowProcess p = (RuleFlowProcess) e.next();
System.out.println(p.getId());;
}

 

is printing:

com.sample.evaluation

 

so I am clueless why the process instance viewer fails.

Reply to this message by going to Community

Start a new discussion in jBPM at Community