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

Guided Rule Editor removes matches statement from rule

    XMLWordPrintable

Details

    • 3
    • Release Notes
    • CR1
    • +
    • The fix auto correct rdrl files where multiple conditions over one 'field' could be created without explicit repeating the 'field'. This fix looks for 'matches' operators used this way and auto corrects them.
    • 2020 Week 01-03 (from Dec 30), 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(type == "A", (symbol != null && matches "P.*") || (symbol != null && matches "p.*") )
      
      • after:
      FactA(type == "A", (symbol != null && ) || (symbol != null && ) )
      

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: