2 Replies Latest reply on Aug 27, 2013 6:29 AM by amolsharma99

    Conditional Execution Rules in Drools Guvnor?

    mr_kapa_23

      A certain condition in a rule how can I call another file rule.

      For example, I have two files Rules: MyRule1 and Myrule2.

      In MyRule1:

      Rule "CallSecondRule"

           When

                Object (value == "2")

           then

                //Call MyRule2; end

      Is it possible? If is, how i do?