How can I integrate flowable UIs(modeler, admin) with my existing spring boot project

I am currently working with flowable rest APIs but now my project wants me to include flowable UI applications under my spring boot project. I have searched at many places over internet but couldn’t find a solution.

See: Editor in my own application

@Robinyo Thanks for reply, but I can include only modeler with your suggestion. What if I want to include flowable-admin nd flowable-task UI as well?

@tijs can you help here?

The Flowable blog has a post about building your own Flowable Spring Boot Application that can run the different engines embedded or with the full REST API.

If you also want to include the Flowable Web Apps then you can add them to your bespoke all-in-one Docker image.

Thanks @Robinyo. This would help.