Hi all,
I’m searching for a possibility to restrict the Camunda Modeller to a smaller set of BPMN elements. Is there a way to achieve this without deleting any code?
Thank you in advance.
Kind regards
Simon
Hi all,
I’m searching for a possibility to restrict the Camunda Modeller to a smaller set of BPMN elements. Is there a way to achieve this without deleting any code?
Thank you in advance.
Kind regards
Simon
Hi @Ken_the_Guru,
I’m not quite sure about not deleting any code, but maybe this is useful to you:
https://bpmn.io/blog/posts/2015-locking-down-bpmn-js.html
Cheers,
Mat
Out of the box using the Camunda Modeler this is not possible.
However it is straight forward to roll your own BPMN modeler using bpmn-js that does this for you.
Thanks @Matthijs_Burke and @nikku for your answers! I’ll look into bpmn-js.