Flowchart Activities in WF
.NET Framework 4.6.1 provides several system-provided activities for controlling execution and branching within a Flowchart.
Activity type | Description |
---|---|
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<T> | 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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.