Workflow: Manual IF Switch
This workflow implements an example of a manual IF Switch to control which parts of the workflows are executed.
In the configuration window of the IF Switch node, you can manually select which output ports are active: top, bottom, or both. The top branches bins the data on column "city_mpg", the bottom branch bins the data on "highway_mpg". The End IF node concatenates the data from all active branches.
Change the configuration of the IF Switch node to see the difference.
Note. The selection of the active ports of the IF Switch node can be automated if they are controlled by flow variables. An example of this is implemented in workflow "2. Automated IF Switch".