geekq / workflow

Ruby finite-state-machine-inspired API for modeling workflow
MIT License
1.75k stars 207 forks source link

Do not attempt to draw metadata #160

Closed joshuaflanagan closed 5 years ago

joshuaflanagan commented 9 years ago

We should not assume that model metadata has anything to do with graphviz output. Stop passing the metadata to Graphviz.

The modified test demonstrates the bug by failing unless the fix is applied.

Fixes issue #128

gamov commented 8 years ago

This would be great if merged...