Tks for the answer, but what I need is not a parameter for a single user id, but instead, I need a list of user ids.
What I need is a way to find all the process started by, for example, joram and douglascrp in a single call.
I used the tasks example, as in there, it’s possible to search for assigneeIds, a list of users, and what is need is to be able to do the same, but for process startedBy several users.
Right. In that case, it feels like adding support for that in the HistoricProcessInstanceQuery is the way to go. Which isn’t that much work (enhance query, add to mapping and a unit test). Is this something you want/could contribute?