[rules-users] Is it possible to access created Object inside RHS???

Kuttiraja kuttiraja at hp.com
Mon May 17 07:34:42 EDT 2010


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.



More information about the rules-users mailing list