Hello.
I call "http://localhost:8081/engine-rest/task/?assignee=admin"
and I get
[{
"id": "02825139-e489-4a98-bb78-51886fe9000c",
"name": "test 2",
"assignee": "admin",
......
"owner": "admin",
......
}]
Then I call "http://localhost:8081/engine-rest/task/02825139-e489-4a98-bb78-51886fe9000c/identity-links"
and I get
[{
"userId": "admin",
"groupId": null,
"type": "assignee"
}, {
"userId": "admin",
"groupId": null,
"type": "owner"
}]
So, you see, that Identity links for this task exist.
That means, when I call "http://localhost:8081/engine-rest/task/?involvedUser=admin" , it should return me the same task list as with the first call, but I get only an empty array:
[ ]
Thanks for reporting.
Can you provide a failing testcase on this and/or the query you are executing?
Cheers
Robert