write_bpmn {bpmnR} | R Documentation |
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 class 'bpmn'
write_bpmn(bpmn, file, ...)
bpmn |
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. |
file |
Path to file or connection to write to. |
... |
Additional arguments passed to methods. |
Writes file to system.
write_bpmn(bpmn)
: Write bpmn to .bpmn file
Alessio Nigro