By mswatcher
via blogs.msdn.com
Submitted: Nov 13 2012 / 12:01
Windows Workflow Foundation (WF) provides a programming model, in-process workflow engine and rehostable designer to implement long-running processes as workflows within .NET applications. Workflows are built using activities, which define units of work. These activities are composed together into a tree of activities that are then executed by the runtime. Workflows can be created using the workflow designer hosted inside of Visual Studio, created using code or XAML, and the workflow designer can be rehosted in a custom .NET application outside of Visual Studio.
Add your comment