Is there any tool to parse and update xml on nodejs side

based on some forum i want to update the xml and save that xml to server.

Is there any tool for nodejs, that can parse bpmn xml, has the capability to add new attributes and manipulate the xml

Hi @Code_Guru,

have a look at GitHub - bpmn-io/bpmn-moddle: Read and write BPMN 2.0 XML from JavaScript..

When it comes to Camunda or Zeebe extensions, their counterparts are GitHub - camunda/camunda-bpmn-moddle: Camunda moddle extensions for BPMN 2.0 and GitHub - camunda/zeebe-bpmn-moddle: Zeebe moddle extensions for BPMN 2.0.

Hope this helps, Ingo

1 Like