Task Dependencies are relationships between tasks that determine their order or sequence. Common types of dependencies include:
Finish-to-Start (FS): The successor task can only start when the predecessor task is completed.
Start-to-Start (SS): The successor task can start when the predecessor task starts.
Finish-to-Finish (FF): The successor task can finish when the predecessor task finishes.
Start-to-Finish (SF): The successor task can finish when the predecessor task starts.
Note:- Stand Alone Task is the default value and no dependency task linked.