0 Replies Latest reply on Oct 8, 2013 4:46 AM by ahmedza

    Drools 5.5 : Can rules be used to evaluate conditions in sequence flows (Process Attached)

    ahmedza

      I have a scenario where I want to use Rules to be evaluated for deciding the process flow. Is it that I have to wirte the following code in "sequence flow" properties.

       

      ksession.fireAllRules(Task_A_outcome_Rule_Group);

       

      Attached is the image for what I am trying.