WPF/Silverlight 流程图设计器
有人知道基于 MS 堆栈、允许建模工作流程(流程图)的开源产品/框架吗?
它应该允许: - 拖放不同的节点样式; - 定义这些节点的属性; - 连接节点; - 导出到 xml(非强制)。
任何帮助表示赞赏。
问候
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
CodeProject 上有一个与此相关的精彩系列 -
WPF 图表设计器 - 第 4 部分
http:// /www.codeproject.com/KB/WPF/WPFDiagramDesigner_Part4.aspx
您可能找不到所有功能(如属性编辑),但您可以轻松实现它们。
此处还提供了一个 -
http://flowpad.codeplex.com/
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/
为什么不考虑使用直接支持流程图编程模型的Windows Workflow?
Why not consider using Windows Workflow, where the flowchart programming model is directly suppoed?