Using postman i am trying to query candidate group/user tasks.
End Point REST call: http://localhost:8080/activiti-app/api/enterprise/tasks/query
The task is not assigned to user, but the user is one of the candidate groups the task is assigned to.
Using admin credentials and with Json body { "assignment" : "useremail/username"} returns nothing.
What should be json body to get a user tasks .
try identityLinks API instead. pass the type as candidate and user as userID.
https://activiti.alfresco.com/activiti-app/api-explorer.html#!/tasks/getIdentityLinksUsingGET_2 needs a taskId..
But I don't have taskId to query..
All I have is userId, I need to query for all the tasks that the user(getMyTasks) is eligible to work on.
Ask for and offer help to other Alfresco Process Services and Activiti Users and members of the Alfresco team.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.