KrzyHonk / bpmn-python

Project for creating a Python library that allows to import/export BPMN diagram (as an XML file) and provides a simple visualization capabilities
GNU General Public License v3.0
66 stars 47 forks source link

manually-generated-complex-diagram.py #28

Open randfb opened 7 years ago

randfb commented 7 years ago

Krzysztof,

I find your project, bpmn-python, very interesting.

I can't find your file, manually-generated-complex-diagram.py, that is referenced in the tutorial.

Could you add it to the repository ?

thanks Rand Batchelder

KrzyHonk commented 7 years ago

Thank you for feedback. Apparently, I have placed an incorrect name of file in the tutorial - it should be _manually_generated_complexdiagram.py. Here is the link to the file in repository: https://github.com/KrzyHonk/bpmn-python/blob/master/tests/xml_import_export/manually_generated_complex_diagram.py