Hi,
I guess there are enough APIs available to work on Tasks provided we have UserId.
I faced a situation where I need to find the open Tasks based on a Process Def and a user Group.
I know couple of options If I have a UserId. I can do it by TaskService.findGroupTasks and then filter out tasks using execution Id etc... but unfortunately I don't have access to userId! I could query jBPM schema to find the details but don't want to mix that with APIs.
Any APIs based solution?
Thanks.