Details
-
Bug Report
-
Resolution: Fixed
-
L2 - Critical
-
7.2.0, 7.3.0
-
Windows 10 + tomcat server 7 + Camunda 7.3
Ubuntu 14.04 + tomcat + Camunda 7.2
Description
From the documentation: "Only include tasks that the given user is involved in. A user is involved in a task if an identity link exists between task and user (e.g. the user is the assignee)."
If user is only assignee or owner (or both) of a task, API search does not return this task with parameter involvedUser, although the identity link exists. If I add another identity link of different type than owner or assignee, then the task is returned.
AT:
- When involvedUser is used, filter the query also by task assignee and owner
- Create indexes on those columns
- Validate that it is already correct in the history query (in this case we persist identity links for assignees and owners)