|
|
|
|
|
Home
»
WWF
»
Introduction to Windows Workflow Foundation in Windows Vista
|
Introduction to Windows Workflow Foundation in Windows Vista
By
Mahesh Chand March 27, 2006
Windows Workflow Foundation is a new API added to the extensive library of Windows Vista. This article is an introduction to Windows Workflow Foundation and how to create workflow based applications using Visual Studio 2005.
|
Author Rank:
|
|
Technologies:
.NET 1.0/1.1,Windows Longhorn |
|
Total downloads : |
|
|
Total page views : |
6126 |
|
Rating : |
|
5/5 |
|
This article has been rated : |
1 times |
|
|
Similar ArticlesMost ReadTop RatedLatest
|
|
Related EbooksTop Videos
|
|
|
Description
|
|
Pro WF: Windows Workflow in .NET 3.0 provides you with the skills you need to incorporate WF in your applications. This book gets you up to speed with Windows Workflow Foundation quickly and comprehensively
|
|
|
|
|
|
|
|
|
|
|
|
|
Windows Workflow Foundation library is a new addition to Windows Vista suite of libraries. It allows developers to create Workflow based applications. This article is a basic introduction of Windows Workflow Foundation (WWF) library and shows how to write your first WWF application using Visual Studio 2005. In my forthcoming articles, I will explain WWF in more details.
What is a Workflow?
Workfllow based applications have been arround for a while and usually being used in Enterprise development. A workflow is a set of activities represented in a declarative languages such as XML. Each activity in a workflow is a set of actions to be taken in respect to some business logic. In other words, an activity is some peice of code that executes some business logic.
Windows Workflow Foundation (WWF)
In WinFX world, the API that is used to create workflow based applications is called Windows Workflow Foundation (WWF). The WWF provides you a choice to write your workflow solely in XAML (see XAML section to learn more about XAML) or a combination of XAML and a .NET programming language such as C# or Visual Basic. If you write a workflow in an XAML file only, there is no need to compile the code. All functions will be loaded dynamically at run-time. However, if you use a combination of a code-behind file and XAML, then you will have to compile the code.
Creating Workflow Based Applications using Visual Studio 2005
Visual Studio 2005 supports workflow based applications.
To create a workflow based application, select New Project and select Workflow option from the list. You should see various workflow based templates in the Templates section. See Figure 1.

Figure 1. Selecting a Workflow based template in Visual Studio 2005
Note. You must have to install WinFX SDK before you can see Workflow templates. See Getting Started with the December 2005 WinFX CTP by Doug Cook on how to get started with the latest CTP.
As you can see from Figure 1, there are 6 templates (described below) installed in current version of Visual Studio to create 6 different types of Workflow applications.
- Sequential Workflow Console Application
- Workflow Activity Library
- State Machine Workflow Library
- Sequential Workflow Library
- State Machine Console Application
- Empty Workflow Project
In this article, I will use one of these templates to create our first workflow based application.
work in progress ...
|
|
|
Login
to add your contents and source code to this article
|
|
|
|
|
|
|
|
|
|
|
|
Mahesh Chand
Mahesh is a software consultant, architect, author, MCP, MVP, and founder of C# Corner. He has over 13 years of experience building systems for Financial and Banking, Engineering & Architectural, Imaging, Construction, Biological & Pharmaceuticals, Healthcare and Education industries including Microsoft, Unisys, Barclay’s, Centocor (J&J), McGraw-Hill, Excelon, PMI, and University of Pennsylvania Hospital. Since year 2000, he is been working with, ASP.NET, SQL Server, C# and .NET. His latest experience and interest is Silverlight, WPF, WCF, XAML and .NET 3.5. If you need any consulting in ASP.NET, AJAX, WPF, WCF, or XAML, contact him at mahesh AT c-sharpcorner DOT com
|
|
|
|
|
|
|
|
|
C# Consulting is founded in 2002 by the founders of C# Corner. Unlike a traditional
consulting company, our consultants are well-known experts in .NET and many of them
are MVPs, authors, and trainers. We specialize in Microsoft .NET development and
utilize Agile Development and Extreme Programming practices to provide fast pace
quick turnaround results. Our software development model is a mix of Agile Development,
traditional SDLC, and Waterfall models.
|
|
Click here to learn more about C# Consulting. |
|
|
|
|
|
|
|
Introducing MaxV - one click. infinite control. Hyper-V Hosting from MaximumASP.
Finally – a virtual platform that delivers next-generation Windows Server 2008 Hyper-V virtualization technology from a managed hosting partner you can truly depend on. Visit www.maximumasp.com/max for a FREE 30 day trial. Hurry offer ends soon.
Climb aboard the MaxV platform and take advantage of High Availability, Intelligent Monitoring, Recurrent Backups, and Scalability – with no hassle or hidden fees.
As a managed hosting partner focused solely on Microsoft technologies since 2000, MaximumASP is uniquely qualified to provide the superior support that our business is built on. Unparalleled expertise with Microsoft technologies lead to working directly with Microsoft as first to offer IIS 7 and SQL 2008 betas in a hosted environment; partnering in the Go Live Program for Hyper-V; and product co-launches built on WS 2008 with Hyper-V technology.
|
Dynamic PDF
ceTE software specializes in components for dynamic PDF generation and manipulation. The DynamicPDF™ product line allows you to dynamically generate PDF documents, merge PDF documents and new content to existing PDF documents from within your applications.
|
Boost the performance of your .NET applications
“ANTS Profiler took us straight to the specific areas of our code which were the cause of our performance issues." Terry Phillips, Sr. Developer, Harley-Davidson Dealer Systems. Download your free trial of ANTS Profiler.
|
Go.NET
Build custom interactive diagrams, network, workflow editors, flowcharts, or software design tools. Includes many predefined kinds of nodes, links, and basic shapes. Supports layers, scrolling, zooming, selection, drag-and-drop, clipboard, in-place editing, tooltips, grids, printing, overview window, palette. 100% implemented in C# as a managed .NET Control. Document/View/Tool architecture with many properties&events. Optional automatic layout.
|
Dundas Software
Dundas Chart for .NET is the most advanced .NET charting package available today. With an extremely complete feature set, elegant architecture and easy implementation, Dundas Chart can quickly add advanced Charting functionality to enhance and transform ASP.NET and Windows Forms applications. Whether you are implementing charting into internal projects, or building applications for clients, Dundas Chart offers advanced technology and advanced results to get the most out of data.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|