-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
How to reproduce:
- In the cockpit search plugin, enter a search query with type variable, name = foobar and value 1234
Expected behavior:
- I see process instances which have the variable foobar set to the numeric value 1234
Observed behavior:
- I see process instances which have the variable foobar set to the String value "1234"
Proposed solution:
- convert the string value into the appropriate format (i.e. String, Boolean, Number) before sending the request to the server