Hi,
facing a problem with Drools decision table. Need help
I have an action which will take 3 argument The first two are string and the
third one is list. How to handle such cases. The problem is Drools is
thinking all three are String.
Action
context.setAll($1,$2,$3)
"India","Pakistan",("China","Russia","Cuba")
and there is a function on context class
void setAll(String a,String b, String[] c){
}
--
View this message in context:
http://drools.46999.n3.nabble.com/sending-string-and-list-of-string-as-pa...
Sent from the Drools: User forum mailing list archive at
Nabble.com.