Hi, all!
I’m trying to get Variable Instances using Camunda’s API. Process has the integer variable profileId. I want to get all variables “profileId” with value 6. According example in this doc (Get Variable Instances | docs.camunda.org) I made a request - http://localhost:8080/engine-rest/engine/default/variable-instance?variableValues=profileId_eq_6. Result is empty. I’ve try request for string variable and had result as I expect. What I do wrong? Or with integer variables this request is not work? But example in docs show situation with integer variable…
Also, can someone show me where I can find all methods for objects in listeners script, for example: task, execution etc.?