History Task Query: Task Variables only support "eq"

XMLWordPrintable

    • Type: Bug Report
    • Resolution: Unresolved
    • Priority: L3 - Default
    • None
    • Affects Version/s: 7.14.2, 7.11.20, 7.12.14
    • Component/s: engine

      Engine Version:7.11

      REST API:https://docs.camunda.org/manual/7.11/reference/rest/history/task/post-task-query/ 1

      When I list history tasks by detected param taskVariables, and the engine return Invalid variable comparator specified: neq

       

      POST /engine-rest/history/task
      
      {
          "processInstanceId": "dc12c9dd-38ef-11eb-8b69-0a58ac00082f",
          "taskVariables": [
              {
                  "name": "name",
                  "value": "NingYu",
                  "operator": "neq"
              }
          ]
      }
      
      {
          "type": "InvalidRequestException",
          "message": "Invalid variable comparator specified: neq"
      }
      

      Expected behavior:

      • The docs don't list neq as a valid comparator for taskVariables

        This is the controller panel for Smart Panels app

              Assignee:
              Thorben Lindhauer
              Reporter:
              Tony Joseph
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: