How can i create independent flowable-modeler app, without other flowable-task,flowable-rest,flowable-idm?

How can i create independent flowable-modeler app, without other flowable-task,flowable-rest,flowable-idm?
and i need to merge flowable-modeler into my existing web application

1 Like

Any idea, how can i have flowable-modeler as a monolithic application or how can i merge into any web application?

I also would only need the modeler locally. No need for auth, it’s all internal and we export the xml files for deployment via git pipelines.

If it’s required to also have a flowable-idm container running with just one admin account for the sake of login, that is really cumbersome…

Hi guys, it has been a while since this was asked. What was the conclusion back then? Is it possible? I am trying to achieve exactly the same.

Hi Bert,

Yes it is possible, you can get the code at -
https://github.com/flowable/flowable-engine/tree/master/modules/flowable-ui-modeler

and for more information, please refer already discussed posts at:

and

Thanks,
Vijay.V

I always need the idm in that case, correct? Thanks!