Hosting Windows Workflow Designer

孤者浪人 提交于 2019-12-06 07:16:01

There is a reference application from MSDN if you want to learn from code.

WF Sample Workflow Designer Visual Studio 2005 Solution

There was a blog maintained by the developer of the workflow designer. Will update the post as soon as I am able to dig it out.

From the little that I have read about WF 4.0 here, like:

  • Updated visual designer
    • Easier to use by end-users
    • Easier to rehost by ISVs
    • Ability to debug XAML
  • New workflow flow-control models
    • Flowcharts, rules

I suggest to wait the announcements at the PDC (end of October)

There are also a couple of books out there that describe how to host the workflow designer. For instance the Pro WF books (by Bruce Bukovics).

Unfortunately, rehosting the designer in WF 3.x is not super-simple, and requires you to have some understanding of the designer architecture. MS is looking at improving this in the next version (which isn't even beta yet, but they talked about this at PDC today).

Question for the questioner - Is one of the articles you mention this one?

http://msdn.microsoft.com/en-us/library/aa480213.aspx

I think the best hope of understanding is probably to download the code sample first and try and read it in parallel with the article.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!