Uploaded image for project: 'Apache NiFi'
  1. Apache NiFi
  2. NIFI-206

evaluating groups of attributes always return false when nested

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.0.1
    • 0.0.1
    • Core UI
    • None

    Description

      evaluating groups of attributes always return false when nested

      attribute==value
      a1==test1
      a2==test2
      a3==test3
      b1==1test
      b2==2test
      b3==3test
      c1==1test1
      c2 ==2test2
      c3==3test3

      ${anyAttribute('a1','b2','c3'):contains('2')}, results in true

      ${a1:equals('test1')} results in true

      ${a1:equals('test1')
      :and( ${anyAttribute('a1','b2','c3'):contains('2')})
      } results in false

      Attachments

        1. NIFI-206.patch.txt
          6 kB
          Mark Payne
        2. broken_group_attributes.xml
          16 kB
          Ben Icore

        Activity

          People

            Unassigned Unassigned
            bicore Ben Icore
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: