简体   繁体   中英

Which real applications use the Windows Workflow Foundation technology?

I would like to investigate the Windows Workflow technology. In MSDN I have found a set of good samples. Could you write some examples of the real applications that use the Workflow technology?

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. I talk a little more about our uses cases for Workflow Foundation on .NETRocks 1236 http://www.dotnetrocks.com/default.aspx?ShowNum=1236

Windows Workflow foundation technology(WWF) is most commonly used in the following situations

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

WWF is most commonly used in WPF applications where the business logic is included in the sequence and it is executed. 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. There are four real business implementation: BizTalk Server; SharePoint Services; Microsoft Office System; Windows Communication Foundation.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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