cancel
Showing results for 
Search instead for 
Did you mean: 

Get tasks of all users using js API

Skyor
Champ on-the-rise
Champ on-the-rise

Hello. I was trying to use "api/task-instances", but it returns tasks only of the one user. Can i get current tasks of all users?  

3 REPLIES 3

vidhipanchal
Star Contributor
Star Contributor

Hello,

Yes you can but for that you need to create custom api.
You can use Java workflowService to get all current tasks of  all users.

Regards,
Vidhi

@vidhipanchal ,thanks you for the answer. I don't know, how to create custom api. Have you got some examples or tutorials?