Stand-alone admin UI application?

Is it possible to host the Flowable Admin UI Application in a standalone spring boot app?

I don’t see a spring boot starter available, so any pointers are appreciated.

Hey,

The admin application itself is a Spring Boot app.There is no starter in particular. However, if you look at how the current UI app is done you can do something similar.

Cheers,
Filip