Customize Camunda bpm designer

Hello,

we are in the process of pickup a bpm solution for our workflow.
We have very simple requirements the processing should:

  • Execute actions
  • Be triggered by some input events
  • Do split based on conditions

I am wondering if Camunda offers the possibility to design our own components and override the look and feel
for BPM designer, panels etc.

Might be there some open-source themes that can be checked to understand what are Camunda’s possibilities?

Thank you in advance!

Best regards,
Vitalie.

Hello @Vitalie_Svet ,

the Camunda Modeler and all other editors and visualisation tools contained in the platform at any point are done using bpmn-js.

Taking this js library as starting point, you will be able to develop viewers and modelers for bpmn in lots of different fashions.

However, there is a special forum for bpmn.io:

I hope this helps

Jonathan

1 Like

Hi Jonathan,

thank you a lot for your response, will have a look at it.

Thank you,
Vitalie.

1 Like