Community

JBPM and Drool sample application throwing an Exception.

reply from Maciej Swiderski in jBPM - View the full discussion

Hi,

 

I managed to run your process with following rule definition:

 

rule "checkAnalystAvailable"
 
  when
 
    analystFinder : com.felix.poc.AnalystFinder( analyst=="FELIX", 
region == "BELGIUM" )
 
  then 
 
     analystFinder.setAnalystAvailable( true );
 
     System.out.println( "Checking.........." );
 
end

This was the only change required to run it properly.

 

Cheers,

Maciej

Reply to this message by going to Community

Start a new discussion in jBPM at Community