Hi,
I looking for a solution to find "processInstance started by a particular user".
I was thinking that using a user authenticate processEngine will let some information on every process but it doesn't seem to be right !
So I have 2 questions :
- What is the real utility of the authenticatedUserId ?
- Is it possible to find some process instanciate by a particular user ? HistoryService doesn't seem to be able to do it !
Regards