0 Replies Latest reply on Apr 24, 2013 5:23 AM by maris239

    Fire a single rule from JBPM

    maris239

      Hi,

       

      When we use a BusinessRuleTask (BRT), we specify a Rule-FlowGroup, so when that BRT is executed, the rules under the specified Rule-FlowGroup are only executed.

      Similarly,

      When we call fireAllRules method, so that the rules in the DRL are executed. My question here is,  Is there a way to invoke specific rule Or set of rules insead of calling
      fireAllRules method of StatefulKnowledgeSession object.

      Can you help me on this?