Using REST call, Can I get to know all upcoming tasks for a user?
For all the started process instances,I need to know all the tasks which will be assigned to a user.
Using REST call, Can I get to know all upcoming tasks for a user?
For all the started process instances,I need to know all the tasks which will be assigned to a user.
Hi @Robinyo …
On your example was getting the tasks based on users, how about the tasks are belonging to the groups ?
on my example user was null :
HTTP/1.1 200
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
X-Frame-Options: DENY
Content-Type: application/json;charset=UTF-8
Transfer-Encoding: chunked
Date: Fri, 26 Apr 2019 07:53:59 GMT
[{“url”:“http://localhost:8080/flowable-task/process-api/runtime/tasks/ac315d07-67f7-11e9-9603-00e04c6807e3/identitylinks/groups/thetihagi/candidate”,“user”:null,“group”:“thetihagi”,“type”:“candidate”}]
because when i take by identitylinks/users it was return empty []
Thanks
GET runtime/tasks
Supports URL query parameters, for example, candidateGroups.