InterviewSolution
| 1. |
What Exactly Do You Know About The Control Flow? |
|
Answer» All the containers as well as the tasks that are executed when the package runs are considered as control flow. Basically the prime purpose of them is to define the flow and control everything to provide best outcomes. There are also CERTAIN CONDITIONS for running a task. The same is HANDLED by the control flow ACTIVITIES. It is also possible to run several tasks again and again. This ALWAYS makes sure of time saving and the things can easily be managed in the right manner. All the containers as well as the tasks that are executed when the package runs are considered as control flow. Basically the prime purpose of them is to define the flow and control everything to provide best outcomes. There are also certain conditions for running a task. The same is handled by the control flow activities. It is also possible to run several tasks again and again. This always makes sure of time saving and the things can easily be managed in the right manner. |
|