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

    • 2020 Week 04-06 (from Jan 20)

      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
        )
        

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

              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

                Created:
                Updated:
                Resolved: