Scenarios

The UI Workflow Framework is designed such that it can satisfy navigation scenarios for any UI technologies and it is possible to share workflow instances between UI technologies. For example, a Loan Application workflow can have a web UI built on ASP.NET and a client UI built on WPF. The same workflow instance can be used to drive navigations for both UI applications and the same workflow instance can be shared by both applications as well.

Our out-of-box solution does focus on ASP.NET PageFlow scenarios. So for the rest of this document, we will focus on how to use this framework for solve PageFlow problems using ASP.NET.

© 2007 Microsoft Corporation. All rights reserved.