pm4py.objects.conversion.process_tree.variants.to_bpmn module#
- class pm4py.objects.conversion.process_tree.variants.to_bpmn.Counts[source]#
Bases:
objectShared variables among executions
- pm4py.objects.conversion.process_tree.variants.to_bpmn.add_task(bpmn, counts, label)[source]#
Create a task with the specified label in the BPMN
- pm4py.objects.conversion.process_tree.variants.to_bpmn.add_tau_task(bpmn, counts)[source]#
Create a task with the specified label in the BPMN
- pm4py.objects.conversion.process_tree.variants.to_bpmn.recursively_add_tree(parent_tree, tree, bpmn, initial_event, final_event, counts, rec_depth)[source]#