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.

Flowchart

Executes contained activities using the familiar Flowchart paradigm.

FlowDecision

A specialized FlowNode that provides the ability to model a conditional node with two outcomes.

FlowSwitch

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.

See Also

Other Resources

Getting Started Tutorial