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

History Task Query: Task Variables only support "eq"

    XMLWordPrintable

Details

    • Bug Report
    • Resolution: Unresolved
    • L3 - Default
    • None
    • 7.14.2, 7.11.20, 7.12.14
    • engine

    Description

      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

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              thorben.lindhauer Thorben Lindhauer
              mynameisny Tony Joseph
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:

                Salesforce