cancel
Showing results for 
Search instead for 
Did you mean: 

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

saish_surve
Champ in-the-making
Champ in-the-making

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 1

openpj
Elite Collaborator
Elite Collaborator

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