Hello.
We have built our own application based on flowable engine to serve own rest services with some custom logic.
Along with that we are using provided separate flowable-modeler app to design processes.
Currently there is a need to programmatically import designs into some environments.
flowable-engine supports .bar imports, but they do not appear in modeler, as they do not import ‘model’ objects.
I found the modeler importer in modeler-ui source, however it seems not to be designed to be added as a dependency. Also, ideally we would like to use modeler app as-is provided by flowable.
Could you suggest something to manually start some flowable-modeler services inside flowable-engine based application? Or maybe some other suggestions.
Thanks