Flowable Modeler embedded in app

Hello All,

I was looking for an answer to this question all over the forum, and even if I have found some “bread crumb” I was not able to find the final answer.

Question is: for now, because I have seen that the modeler is redesigned, is it possible to use Flowable Modeler as a standalone, embedded application with the remark, that I don’t need any login, persisting, etc? Only UI component to model flow.
By embedded I mean that I would like to embed it into an existing, angular application.

Regards and have a good day :slight_smile:

MW

That would be as easy or hard as before: it’s not meant for that out of the box, but all code is publicly available and can be used however your want: https://github.com/flowable/flowable-engine/tree/master/modules/flowable-ui

Thanks for the hint!

I will have one question though - do you know any tutorial of how to use this flowable-spring-boot-starter-ui-modeler?

Hey @PastorPL,

There is no tutorial, but the link that Joram shared is the way we are using it for the example Flowable UI Application. You can always get inspired by it.

Cheers,
Filip