Hi,
I have some application using Drools.
Sample rule
rule "rule 1"
when
//some condition
then
Object a = new Object()
//Do Something with Object
end
is it possible to use this newly created object from the Application?
Thanks in advance
Kutti
--
View this message in context:
http://drools-java-rules-engine.46999.n3.nabble.com/Is-it-possible-to-acc...
Sent from the Drools - User mailing list archive at
Nabble.com.