需要建议:如何实现动态工作流程创建
我将实现一个用户可编辑的工作流程。
它们应该支持 if/then 子句,或许还有循环。操作域不可编辑,并且将包含一组预定义的操作,例如:发送电子邮件、通知、消息等。这些操作将具有参数。
PS 如果您有实施此类操作的经验,请分享。
I am going to implement a user editable workflow.
They should support if/then clauses and perhaps cycles. The operation Domain is not editable and will contain predefined set of operations like: Send Email, Notify, Message etc. These operations will have parameters.
P.S. If you have experience with implementing something like this, please share it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
检查一下:
在 Silverlight 中设计 WF4 的工作流程
以及 codeplex 上的设计流程:在 silverlight 中开发的工作流程设计器。
http://sharedesigner.codeplex.com/releases/view/32301
Check this:
Design workflows for WF4 in Silverlight
and this on codeplex: workflow designer developed in silverlight .
http://sharedesigner.codeplex.com/releases/view/32301
您可以使用 WF (Workflow Foundation) 来建模和执行您的工作流程。
you could use WF ( Workflow Foundation ) to model and execute your workflow.