Get tasks of all users using js API

cancel
Showing results for 
Search instead for 
Did you mean: 
Skyor
Active Member

Get tasks of all users using js API

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
vidhipanchal
Established Member

Re: Get tasks of all users using js API

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
Skyor
Active Member

Re: Get tasks of all users using js API

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

vidhipanchal
Established Member

Re: Get tasks of all users using js API