September 2010
Intermediate to advanced
272 pages
5h 16m
English
In this task, we will create a WF program that can return a result to the workflow host.
Create a new Workflow Console Application under the Chapter01 solution; name the project as UseOutArgument.
Author the workflow shown in the following screenshot. Here are the detailed actions:
Sequence activity from Toolbox to the designer panel.OutArgument string named OutMessage.WriteLine activities from Toolbox into the Sequence activity and fill the textboxes with "Start…" and "End" respectively.Assign activity from Toolbox to the ...