Help with chaining execution

In the following, I want to chain the exec one after the other. However, with the actual code, it is running in parallel.
Can someone help me to chain the exec one after the other so that exec2 runs only after exec2 is over, and then exec3 runs after exec2 is over and exec4 runs after exec3 is over.