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

Documentation #32

Open vetertann opened 5 years ago

vetertann commented 5 years ago

Hi, The "Docs" folder is still empty. I'm looking for a way to convert Networkx graph to bpmn file, and your library seems to be the best solution available, but I wonder is there any more detailed information of how to use it. Thanks anyway, great job!

evemorgen commented 5 years ago

35 resolves this issue at least partialy ;)

vetertann commented 5 years ago

@evemorgen Hey thanks!!