Import process model

Hi!

I need to import process model to flowable-modeler from another java application. How can i do it? I could not find possibility via REST calls or processEngine.

Any solutions?

Thanks.

Hi,

flowable-modeler UI uses http://localhost:8080/flowable-modeler/app/rest/import-process-model rest endpoint to import the process. Have a look on org.flowable.app.rest.editor.ModelsResource#importProcessModel to find out how it works behind.

Regards
Martin