The sequential workflow style executes a set of contained activities in order one by one.
Introduction: The sequential workflow style executes a set of contained activities in order one by one. We can add other composite activities to a sequential workflow to achieve parallelism, event-driven parallelism, data-driven execution, event-driven branching and familiar imperative control flow patterns such as conditional branching and iteration. We can also utilize the extensibility of Windows Workflow Foundation to write custom composite activities that implement whatever specific control flow patterns our solutions require. Let see how to create Sequential Workflow: Step 1 : Open Visual studio 2010.
Printing in C# Made Easy