简体   繁体   English

哪些真正的应用程序使用Windows Workflow Foundation技术?

[英]Which real applications use the Windows Workflow Foundation technology?

I would like to investigate the Windows Workflow technology. 我想研究一下Windows Workflow技术。 In MSDN I have found a set of good samples. 在MSDN中,我找到了一组好的样本。 Could you write some examples of the real applications that use the Workflow technology? 你能写一些使用Workflow技术的真实应用程序的例子吗?

My company uses it to visualize the business logic for several of our more complex systems including our order processing system. 我的公司使用它来可视化我们几个更复杂系统的业务逻辑,包括我们的订单处理系统。 It makes it much easier to work with the business when we can visualize the work. 当我们可以将工作可视化时,它可以更容易地与业务合作。 We also have a couple of long running workflows for business process that can run for 3-6 months. 我们还有一些长期运行的业务流程工作流程,可以运行3-6个月。 I talk a little more about our uses cases for Workflow Foundation on .NETRocks 1236 http://www.dotnetrocks.com/default.aspx?ShowNum=1236 我再谈谈.NETRocks 1236上Workflow Foundation的用例http://www.dotnetrocks.com/default.aspx?ShowNum=1236

Windows Workflow foundation technology(WWF) is most commonly used in the following situations Windows Workflow Foundation technology(WWF)最常用于以下情况

Your process is a long running one. 你的过程是一个漫长的过程。 You have a process that changes frequently. 您有一个经常更改的流程。 You want a visual model of the process. 您需要一个流程的可视化模型。

Read this post for more details http://blogs.msdn.com/b/pandrew/archive/2007/02/01/what-to-use-windows-workflow-foundation-for.aspx 阅读这篇文章了解更多详情http://blogs.msdn.com/b/pandrew/archive/2007/02/01/what-to-use-windows-workflow-foundation-for.aspx

WWF is most commonly used in WPF applications where the business logic is included in the sequence and it is executed. WWF最常用于WPF应用程序,其中业务逻辑包含在序列中并执行。 It's useful when the sequence is changed often and also supports re usability. 当序列经常更改并且还支持可重用性时,它很有用。

I have found an answer in the "Introducing Windows Workflow Foundation" book, written by David Chappell. 我在David Chappell撰写的“Windows Workflow Foundation简介”一书中找到了答案。 There are four real business implementation: BizTalk Server; 有四个真正的业务实现:BizTalk Server; SharePoint Services; SharePoint服务; Microsoft Office System; Microsoft Office System; Windows Communication Foundation. Windows Communication Foundation。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM