Uploaded image for project: 'Drools'
  1. Drools
  2. DROOLS-2411

For loop using filter in iteration context

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Major Major
    • None
    • None
    • dmn engine
    • None
    • 2018 Week 11-12
    • NEW
    • NEW

      In the following model:

      for the following input:

      with number being:

      The following expression works:

      for m in my input.numbers return ceiling(m)
      

      returning:

      But these other expressions fail:

      for m in my input[name="asd"].numbers return ceiling(m)
      for m in my input[item.name="asd"].numbers return ceiling(m)
      

              mmortari@redhat.com Matteo Mortari
              mmortari@redhat.com Matteo Mortari
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: