Camunda Modeler inside my application

Hi,

I am working on a MVC web application.

I want to design work flows using the camunda modeler from within this application.

Like click of a “Add work flow” button will open the modeler inside the mvc app.

How can I do this ?

Please advise.

Hi,

I recommend having a look at bpmn.io You will find reference to the SDKs, how to’s, git, blog, forum…

regards

Rob

1 Like

Ok I will have a look.Thanks

where is the properties tool bar in bpmn.io ?

Hi @deepti,

the Modeler on bpmn.io does not have a properties panel. It is meant to model processes and open them quicky with a browser. The properties panel in the Camunda Modeler is there to configure the process for the execution in the engine. These features are only available in the downloadable Camunda Modeler and not in the Web-Modeler.

Regards
Michael

Coming back to my question how do i open the modeler inside my mvc application?

Fully functional modeler with properties panel.

@deepti

have a look at this page here. There you can find the libraries that are used for the Modeler. There is also the module for the properties panel.

Regards
Michael

Thank you very much MichiDahm