0
votes

I am developing a task inbox and from my frontend I am calling http://localhost:8080/jbpm-console/rest/query/task?potentialOwner=potOwner for getting task summary but this query does not retrieve the Potential Owner. I know we can add business data to subject/description using #{} into task properties from business process modeler but I do not know how to set there the potential owner. Do you know if it is possible?

Thanks in advanced!

1
generally, in kie server the task should have a group. do you have a group in that task?hnandarusdy
Yes! But when you calle query/task the Group is not an output in task-summary.Marce C

1 Answers

0
votes

Try with the query service, the potenial owner is in the table: PEOPLEASSIGNMENTS_POTOWNERS

http://mswiderski.blogspot.com/2016/01/advanced-queries-in-jbpm-64.html