Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-9564

Task List: OrQueries doesn't behave as aspected - properties exclude each others

    • Icon: Bug Report Bug Report
    • Resolution: Won't Fix
    • Icon: L3 - Default L3 - Default
    • None
    • 7.9.0
    • tasklist
    • None

      I'm getting an weird behaviour using OrQueries:

      Case 1 - filtering Involved user 1:

      { "involvedUser": 1, "active": true }

      Result is a empty array:
      []

      Case 2: Filtering by assignee 1

      { "assignee": "1", "active": true }

      I get a response with 16 tasks.

      Now, using orQueries:
      {
      "orQueries":[

      { "involvedUser": 1, "assignee": "1" }

      ],
      "active": true
      }
      My result consists in only one task.

      It should be the 16, since its an Or operation.

      BTW, using OrQueries with only one filter behave as expected:
      {
      "orQueries":[

      { "assignee": "1" }

      ],
      "active": true
      }
      Returns the 16 taks.

      I'm using Camunda 7.9

        This is the controller panel for Smart Panels app

            [CAM-9564] Task List: OrQueries doesn't behave as aspected - properties exclude each others

            We are closing this ticket as part of our backlog grooming. Reasons:

            • The ticket description is not clear

            Thorben Lindhauer added a comment - We are closing this ticket as part of our backlog grooming. Reasons: The ticket description is not clear

              Unassigned Unassigned
              inflorTec Vagner Gon Furtado
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: