Flowchart Activities in WF
This topic applies to Windows Workflow Foundation 4 (WF4).
.NET Framework version 4 provides several system-provided activities for controlling execution and branching within a Flowchart.
Executes contained activities using the familiar Flowchart paradigm. |
|
A specialized FlowNode that provides the ability to model a conditional node with two outcomes. |
|
A specialized FlowNode that allows modeling a switch construct, with one expression of a type defined in the activity’s type specifier and a single outcome for each match. |