Rest get method returning []

http://localhost:8080/tasks?assignee=kermit returns [] instead of id and task name.

I am running it in Postman with GET method. I have already started the process.
I have assigned flowable:assignee=kermit in <userTask id="theTask" name="my task" flowable:assignee="kermit"/>

Hey @Prachi,

The tasks endpoint is not exposed under tasks/. If your application is running on root then the tasks endpoint is at least under process-api/runtime/tasks.

Cheers,
Filip

Thanks Filip, I will try it again.