Hi,
I'm using drools in my application for routing. Application has full control
on firing rules in that it says fire rule R1.
Requirement is like this :
Any rule has 2 properties, name and class. e.g. Rule R1 has these properties
as "getIp" and  "BusinessClass" respectively.
These are not conditions.
When the application says fire "R1" it should get the properties for that
rule say, "getIp" and ""BusinessClass".
And consequence should use them.

I've implemented this by RuleAPI in which I've exetnded from drools
Condition class to store these properties.
How can I show the same in "drl" xml?

Please help.

--
Thanks & Regards,
Anagha

Reply via email to