A parallel task is used to run two or more tasks in parallel. Parallel tasks are useful when the same action has to be performed multiple times and there are no inter-dependencies between these actions.
A parallel task typically consists of a parent task that holds two or more child tasks under it. These child tasks are run in parallel.
The following figure displays the script to run two tasks in parallel: