This writes out both XML and normalised HTML. The default behavior will output the same format which was read. If you want to force output pass `option = "as_xml"` or `option = "as_html"` respectively.
write_bpmn(bpmn, file, ...)# S3 method for bpmn
write_bpmn(bpmn, file, ...)
Writes file to system.
A BPMN object as a list of data.frames for the BPMN elements and an XML document for the XML-based interchange format for the BPMN process.
Path to file or connection to write to.
Additional arguments passed to methods.
write_bpmn(bpmn): Write bpmn to .bpmn file
Alessio Nigro