cancel
Showing results for 
Search instead for 
Did you mean: 

API support for desgining UI of activiti

bhagyashreek
Champ in-the-making
Champ in-the-making
Hi,

Im using activiti engine as a jar in my java spring MVC maven application. Im able to do creation, starting and completion of task & assign it to users using the activiti engine api.
So, i have to design a custom UI where i can show all the tasks assigned to the user, the status of the task & the notifications like we have in activiti explorer which is designed using "Vaadin".
Does activiti provide any api for the building of custom UI & if No, then what is the better approach to achieve the same


Thanks,
Bhagyashree K
1 REPLY 1

vasile_dirla
Star Contributor
Star Contributor
Hi Bhagyashree,
just write a client application using any client technologies you like.

this client application will call your application's backend which will be in charge with aggregating data from your application, activiti and any other 3'rd party software you want and will return results to your client app.