Anybody knows an open source product/framework, based in the MS stack, that allows modeling workflows (flowchart)?
It should allow:
– Drag and drop different node styles;
– Define properties for those nodes;
– Connect the nodes;
– Export to xml (non mandatory).
Any help is appreciated.
Regards
There is a great series on CodeProject related to this –
WPF Diagram Designer – Part 4
http://www.codeproject.com/KB/WPF/WPFDiagramDesigner_Part4.aspx
You may not find all the features(like property editing) but you can easily implement them.
One more is available here –
http://flowpad.codeplex.com/