I’m trying to send an HTTP request to find a UserTask, but I’m getting a 400 error from the API. Using this documentation, I see that processInstanceVariables is used for filtering. My UserTask is in a process instance. The instance contains a variable called “createdFrom”: “BlazorUI.” See screenshot:
Could you please tell me what I’m doing wrong? Why isn’t it finding the UserTasks it should have? The screenshot shows that one should have been found. If I’m doing something wrong, how should I adjust the query so it finds the right UserTask?
Thanks in advance!
@ilya.sector.1 and @Webcyberrob - can you confirm that the value returned from the request also contains the quotes? In other words, that the value stored in your process is "value" and not just value?