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

Guided Rule Editor removes not condition from rule

XMLWordPrintable

    • 0
    • 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:
      (
      (not (FactA(type == "A" || == "B" || == "C" ))) or
      (not (exists(FactB(id == "X"))))
      )
      
      • after:
      ( FactA(type == "A" || == "B" || == "C") or FactB(id == "X"))
      

        1. Diffs.png
          Diffs.png
          201 kB
        2. screenshot-1.png
          screenshot-1.png
          11 kB

              trikkola Toni Rikkola
              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: