Ex4pmEngine.IO.BPMNPoolExporter (ex4pm v26.9.9)

Copy Markdown View Source

Generates standard OMG BPMN 2.0 XML with Organizational Pools, Swimlanes, and Collaboration tags.

Summary

Functions

Serializes a POWL model with an activity-to-pool/lane map into standard BPMN 2.0 Collaboration XML.

Functions

to_xml(model, activity_to_pool_lane \\ %{})

@spec to_xml(Ex4pmEngine.POWL.Node.t() | Ex4pmEngine.POWL.ChoiceGraph.t(), %{
  required(String.t()) => {String.t(), String.t()}
}) :: String.t()

Serializes a POWL model with an activity-to-pool/lane map into standard BPMN 2.0 Collaboration XML.