Hello,
I need to implement a functionality as follows:
If an employee belongs to a particular state(MH) for a particular month(Feb) then take an action.
If an employee belongs to the same state(MH) but for different month (non Feb) then take another action.
I can implement it using two different rules(Feb rule and nonFeb rule). BUT if I want to implement it using a single rule is there any provision for the same in Drools?
Similar to an if-then-else statement in java.
Best Regards,
Kripa