Tasks dependencies
A relationship between two project tasks, where the start or completion of one depends on the start or completion of the other.
- Internal dependencies
- External dependencies
- Mandatory dependencies
- Discretionary dependencies
# Internal dependencies
Refer to dependencies within the project that you and your team have control over. The relationship between two tasks within the same project.
# External dependencies
Dependencies that you have no control over. External dependencies mean tasks that are reliant on outside factors, like regulatory agencies or other projects.
# Mandatory dependencies
Tasks that are legally or contractually required.
# Discretionary dependencies
Tasks could occur on their own, but the team chose to make them reliant on one another.
# Types of dependencies
- Finish to Start (FS)
- Finish to Finish (FF)
- Start to Start (SS)
- Start to Finish (SF)