Uploaded image for project: 'Drools'
  1. Drools
  2. DROOLS-6290

NamedConsequences inside OR

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • 7.52.0.Final
    • executable model
    • None
    • 2021 Week 19-21 (from May 10), 2021 Week 22-24 (from May 31), 2021 Week 25-27 (from Jun 21), 2021 Week 28-30 (from Jul 12), 2021 Week 31-33 (from Aug 2)
    • 4
    • Undefined
    • NEW
    • NEW

      rule R1 when
          ( $a: Cheese ( type == "stilton" ) do[t1]
          or
          $b: Cheese ( type == "gorgonzola" ) )
          $c: Cheese ( type == "cheddar" )
      then
          results.add( $c.getType() );
      then[t1]
          results.add( $a.getType() );
      end
      

      Split from DROOLS-5823

            rhn-support-tkobayas Toshiya Kobayashi
            rhn-support-tkobayas Toshiya Kobayashi
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: