Defining task dependencies
To define a task dependency you must specify the parent task and the type of dependency. For example, you might specify that work on the dependent task cannot start until the parent task is finished.
Note: Task dependencies are defined for informational purposes
only. For example, if the start of a task depends on the finish of another task, the
system will not stop you from starting the dependent task if the parent task is not
finished.