- Microsoft Windows Workflow Foundation 4.0 Cookbook
- Andrew Zhu
- 289字
- 2021-04-13 17:00:33
In this chapter, we will cover:
- Creating the first WF program: HelloWorkflow
- Creating a WF program using C# code
- Initializing a WF program using InArguments
- Creating a WF program using OutArgument
- Creating a WF Program using InOutArgument
- Using Variable in a WF program
- Running a WF program asynchronously
- Customizing a MyReadLine activity with Bookmark
- Converting a WF program instance to XAML
- Loading up a WF program from an XAML file
- Testing a WF program with a unit test framework
- Debugging a WF program
Considering workflow programs as imperative programs, we need to think of three fundamental things:
- How to define workflow programs
- How to build (compile) workflow programs
- How to execute workflow programs
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:
- By WF designer (recommended)
- Typing XML tags manually
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:
- How to flow data into and out of a workflow
- How to store temporary data when a workflow is executing
- How to manipulate data in a workflow
This chapter is going to focus on answering these questions.
Before moving ahead, make sure we have the following installed on our computer:
- Windows Vista/7 or Windows Server 2008
- Visual Studio 2010 and .NET framework 4.0
We can also use Windows XP; however, its usage is not recommended.
- Excel函數(shù)、公式、圖表、數(shù)據(jù)處理從新手到高手
- MATLAB計算機視覺經(jīng)典應(yīng)用
- Instant Vert.x
- 中文版Photoshop CS6平面設(shè)計實用教程(第2版)
- 攝影輕松入門:Photoshop后期處理
- PS App UI設(shè)計從零開始學(xué)
- OpenCart 1.4 Template Design Cookbook
- ANSYS Workbench中文版超級學(xué)習(xí)手冊
- Puppet權(quán)威指南
- 中文版Photoshop CS5平面設(shè)計實用教程(第2版)
- 這樣學(xué)Excel數(shù)據(jù)處理與分析更高效(視頻版)
- SPSS統(tǒng)計分析與應(yīng)用
- 老郵差 Photoshop數(shù)碼照片處理技法 圖層篇(修訂版)
- 攝影師的后期課:RAW格式技法篇
- Linux Shell腳本攻略(第3版)