In this chapter, we will cover:
Introduction
Considering Workflow programs as imperative programs, we need to think of three fundamental things:
Workflow Program
In WF4, we can define a Workflow in either managed .NET code or in XAML. There are two kinds of code Workflow authoring styles:
There are also two ways to author Workflow in XAML:
Essentially, a Workflow program is a .NET program, no matter how we create it.
After defining Workflows, we can build Workflow applications as we build normal .NET applications.
When it comes to Workflow execution, we need to consider three basic things:
This chapter is going to focus on answering these questions.
Before moving ahead, make sure we have the following installed on our computer:
We can also use Windows XP; however, its usage is not recommended.