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

insertAsync is not implemented in exec-model

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Minor
    • None
    • 7.67.0.Final
    • executable model
    • None
    • 2022 Week 11-13 (from Mar 14), 2022 Week 14-16 (from Apr 4), 2022 Week 17-19 (from Apr 25), 2022 Week 20-22 (from May 16), 2022 Week 23-25 (from Jun 6)
    • NEW
    • NEW

    Description

      import org.drools.modelcompiler.domain.Person;
      rule R1 when
        $p : Person(name == "Mario")
      then
        insertAsync("Hello");
      end
      rule R2 when
        String(this == "Hello")
      then
      end
      

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: