« Return to Thread: Can we do this with drools ?

Can we do this with drools ?

by ferry97 :: Rate this Message:

Reply to Author | View in Thread

Hi,
I don't know how to ask this in words.
But can we do something like :

rule "define trx type"
when
   Transaction(code == ${type1.code")
then
   doSomething ....

So, we define the type.code in a properties file.
Thanks

 « Return to Thread: Can we do this with drools ?