It is possible to filter tasks for process variables that are UUID?
Example:
engine-rest/history/task?processVariables=relatedEvent_eq_5127362b-ac52-11e8-bc48-1e350a005b4b"
Is this intentionally not working?
I tried also with a POST:
{ "processVariables": [ { "name": "relatedEvent", "value": "5127362b-ac52-11e8-bc48-1e350a005b4b", "operator": "eq" } ] }
but nothing changes.
If I convert the UUID into a String variable in the process it works, but this means I have to modify every single process bpm.