The ignorant poster in the next post had an issue that has some remarkable
resemblances with your case:
http://drools.46999.n3.nabble.com/Decision-Table-td2150980.html
There is a sample xls attached somewhere that should help answering your
questions.
Regards,
Frank
drools_newbie wrote
Hello All,
I'm trying to write one simple rule
(As I have in .drl file)
dialect "mvel"
rule "Forst"
no-loop
when
$weather: Weather(temperature < -12.0)
$assignment:Assignment()
then
modify($assignment){
message="very cold !!!",
level=Assignment.MAINROADSANDCITYCENTERS;
}
end
in a Decision table. How do I declare *assignment* object type in decision
table?
Thanks,
Anita
--
View this message in context:
http://drools.46999.n3.nabble.com/DRL-to-DT-tp3953737p3954924.html
Sent from the Drools: User forum mailing list archive at
Nabble.com.