I want to integrate activiti kickstart app in my spring boot application and customize UI of kickstart app as we can do using activiti designer in eclipse plugin please provide solution

cancel
Showing results for 
Search instead for 
Did you mean: 
saish_surve
Member II

I want to integrate activiti kickstart app in my spring boot application and customize UI of kickstart app as we can do using activiti designer in eclipse plugin please provide solution

I'm interested in running  activiti 6 kickstart app within my spring project, so that I can utilize the BPMN editing UI to modify/create processes that the activiti engine will leverage in my application. I'm confused as to how to do this. I've only be successful in running the kickstart app by running the activiti-app.war file with tomcat.

1 Reply
openpj
Moderator
Moderator

Re: I want to integrate activiti kickstart app in my spring boot application and customize UI of kickstart app as we can do using activiti designer in eclipse plugin please provide solution

Try to take a look at the following examples for Activiti 5 but it should work also for Activiti 6:

https://github.com/hojatv/ActivitiWebApplication

https://github.com/VijoyV/ActivitiBPMServerOnMySQL

Hope this helps