|
Glossary /
Inter-task DependenciesInter-task dependencies exist when the start or completion of one task is related to start or completion of another one. There are three types of dependencies: The task that must be perfomed first are “predecessor tasks” and those that follow are “successor tasks”. Finish-Start. Start-Start. This relation if often erroneously interpreted as meaning that both tasks start at the same time. As an example is a situation that controlling project flow must have started after the project itself started.
Finish-Finish. As an example, coding must finish before testing can be completed.
|