Uploaded image for project: 'Red Hat Process Automation Manager'
  1. Red Hat Process Automation Manager
  2. RHPAM-2632

Guided Rule Editor removes eval conditions from rule

    XMLWordPrintable

Details

    • 2020 Week 04-06 (from Jan 20)

    Description

      A rdrl file containing the following constraint is changed after being opened with the Guided Rule Editor in business central:

      • before:
        (
        ((FactA(code == "A", limit > 1000) from otherFact.list) and (eval($total < 100))) or
        (FactA(code == "A", limit > 9999) from otherFact.list)
        )
        
      • after:
        (
        FactA(code == "A", limit > 1000) from otherFact.list or
        FactA(code == "A", limit > 9999) from otherFact.list
        )
        

      Attachments

        1. Diffs.png
          Diffs.png
          195 kB
        2. eval.gif
          eval.gif
          907 kB

        Activity

          People

            dadossan Daniel José dos Santos (Inactive)
            rhn-support-mputz Martin Weiler (Inactive)
            Anna Dupliak Anna Dupliak
            Anna Dupliak Anna Dupliak
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: