How to view camunda modeler application in chrome browser with all the properties to include forms

Hi Everyone,

I have downloaded the camunda modeler application that runs using electron from github(GitHub - camunda/camunda-modeler: An integrated modeling solution for BPMN, DMN and Forms based on bpmn.io.). Is there any way for me to view the modeler in my chrome browser(localhost:port server). It will be really helpful, if you could let me know of a way to access the application in our browser using a URL.

Thanks and Regards,
Vinoth

Hi @vinhard55,

You can’t access the application in your browser. Therefore you have to create your own application based on bpmn-js. There is an example. But you will miss the xml viewer. Moreover you have to write some css to make it better.

regards,
Dominik

1 Like

Hi @dominikh,

Thank you for the advice and example. this works for me.

Thanks and Regards,
Vinoth

1 Like