Hi Guys,
I am new to Jboss Drools. I am writing rules for an application
and here is where I need some help.
Suppose I have a rule
rule "sampleRule"
when
$person : Person ( ssn == "given" )
then
display ($person)
end
I want to externalize the "given" and use a variable / user input instead.
Thanks
--
View this message in context:
http://drools.46999.n3.nabble.com/externalization-of-input-constraints-in...
Sent from the Drools: User forum mailing list archive at
Nabble.com.