2
votes

We are interacting with jBPM6 from Java using REST API, using GetTasksAssignedAsPotentialOwner we can get the tasks lists assigned to the particular user but our requirement is that we need to get all the tasks assigned to a group which we are not able to. Is there any API which we can use to achieve this results or any alternative?

1

1 Answers

0
votes

when you are logged to the REST APIs you only have access to the tasks assigned to the logged user or to the groups where the user belong. Then you can differentiate using the status of the task to know if it is a group task (Ready status -> needs to be claimed) or a already assigned personal task.