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
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.