开发者

Dynamic Workflow with asp.net mvc and WF 4

开发者 https://www.devze.com 2023-04-11 08:21 出处:网络
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

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 pro开发者_如何学Gocesses. 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?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消