cancel
Showing results for 
Search instead for 
Did you mean: 

Integrating Activiti Explorer with Spring Boot

nilsz
Champ in-the-making
Champ in-the-making
Based on this article (https://spring.io/blog/2015/03/08/getting-started-with-activiti-and-spring-boot) I've made a Spring Boot application, powered with the Activiti engine.

I would like to be able to use the Activiti Explorer for this application as well. Only I've got no idea how to integrate the explorer with Spring Boot (e.g. some URL from which to use the Explorer on the same app data).

Any examples or ideas on how to do that?

1 REPLY 1

jbarrez
Star Contributor
Star Contributor
That's not so simple to do … you would need to somehow register the same servlets and logic as in explorer … not that trivial to do. Sorry that I can't be of more help :s