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

prop with method invocation is not recognized in modify block with executable model

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.70.0.Final
    • 7.68.0.Final
    • executable model
    • None
    • 2022 Week 14-16 (from Apr 4), 2022 Week 17-19 (from Apr 25)
    • 2
    • NEW
    • NEW
    • ---
    • ---

    Description

      rule "rule_clear_fact"
          no-loop true
        when
              $fact : Fact(  )
        then
              modify($fact) {
                  bd = null,
                  str = null,
                  codesList.clear();
              }
      end
      

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: