使用 asp.net mvc 和 WF 4 的动态工作流

发布于 2024-12-08 14:41:42 字数 179 浏览 1 评论 0原文

我有一个 asp.net mvc3 应用程序,现在我想使用 Workflow 4.0 连接到它。我希望用户能够通过用户界面定义工作流程,并有办法将它们与业务流程混合在一起。 WF 4.0可以帮助我实现我的要求吗?

如果可能的话,请参考 WF 4.0 with mvc 的一些帮助材料。如果 WF 4.0 无法实现,我有什么选择?

I have an asp.net mvc3 application and now I want to hook into it with Workflow 4.0. I want users to be able to define workflows through the user interface and have a way to mingle them with business processes. Can WF 4.0 help me achieve my requirements?

If this is possible, please refer some helping material for WF 4.0 with mvc. If it's not possible with WF 4.0 what options do I have?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

明天过后 2024-12-15 14:41:42

WF4 是一个巨大的学习曲线,并且其流程相当重量级,我在 ASP.NET MVC 中集成 WF4 时遇到了很多困难,调试起来更困难。

现在,虽然我同意学习新事物是好的,但我最终决定使用 StateMachine,我已经开发并正在使用自己的 StateMachine,但我发现 StateLess 以来,它也工作得很好。

我希望这有帮助,

马特

WF4 is a huge learning curve, and is quite heavyweight in its processes, I have had alot of difficulty integrating WF4 within ASP.NET MVC, and even more difficulty debugging the thing.

Now, while I agree that learning new things is good, I eventually settled upon the use of a StateMachine, I have developed and am using my own, but I have found StateLess since, which also works very well.

I hope this helps,

Matt

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文