How can i get corresponding user tasks?

cancel
Showing results for 
Search instead for 
Did you mean: 
vamsinipun
Established Member

How can i get corresponding user tasks?

Hi Team,

     I was integrated activiti plugin in in my spring application. activiti related tables also created in my database. I have already some tables for users because of login purpose. Now, i logged-in with one of the user with spring security how can i get tasks of related user by using activiti tables?

please help me out this issue.

2 Replies
kalpesh_c2
Senior Member

Re: How can i get corresponding user tasks?

Hi , Vamsi Krishna


Please refer this you can also get corresponding user tasks using rest APIs refer Activiti User Guide 
& list of APIs alfresco-js-api/src/alfresco-activiti-rest-api at master · Alfresco/alfresco-js-api · GitHub  

Thanks,
Kalpesh

ContCentric

vamsinipun
Established Member

Re: How can i get corresponding user tasks?

Hi Kalpesh Patel,

Thank you for your reply. but i am not using any rest api's. In my spring application, already i have user related tables and i integrated activiti plugin in this. activiti tables also generated in my db. if i logged-in with spring security, how can i get particular user related tasks?

activiti & my database tables are different. can i maintain both tables or any solution for this?