-
Bug Report
-
Resolution: Unresolved
-
L3 - Default
-
None
-
7.14.2, 7.11.20, 7.12.14
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