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-access-created-Object-inside-RHS-tp823356p823356.html
Sent from the Drools - User mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to