Data flow – is for moving data from one source to a destination.
Control flow – provides the logic for when data flow components are run and how they are run. Also, control flows can:
– perform looping
– call stored procedures
– move files
– manage error handling
– check a condition and call different tasks (includes data flows) depending on the result
-process a cube, trigger and other procedures