pm4py.objects.bpmn.exporter.exporter module#

class pm4py.objects.bpmn.exporter.exporter.Variants(*values)[source]#

Bases: Enum

ETREE = <module 'pm4py.objects.bpmn.exporter.variants.etree' from '/Users/chris/Desktop/PIS/pm4py2/pm4py/pm4py/objects/bpmn/exporter/variants/etree.py'>#
pm4py.objects.bpmn.exporter.exporter.apply(bpmn_graph, target_path, variant=Variants.ETREE, parameters=None)[source]#

Exports the BPMN diagram to a file

Parameters:
  • bpmn_graph – BPMN diagram

  • target_path – Target path

  • variant – Variant of the algorithm to use, possible values: - Variants.ETREE

  • parameters – Possible parameters of the algorithm

pm4py.objects.bpmn.exporter.exporter.serialize(bpmn_graph, variant=Variants.ETREE, parameters=None)[source]#

Serializes the BPMN object into a binary string

Parameters:
  • bpmn_graph – BPMN diagram

  • variant – Variant of the algorithm to use, possible values: - Variants.ETREE

  • parameters – Possible parameters of the algorithm

Returns:

Binary string (BPMN 2.0 XML standard)

Return type:

serialization