Task link types
Task links define the dependency relationship between tasks. Linking tasks creates dependencies that affect task start and finish dates and determine the critical path. The following table describes the four supported link types.
| Link type | Abbreviation | Description |
|---|---|---|
| Finish-to-Start | FS | Task B cannot start until Task A finishes. |
| Start-to-Start | SS | Task B cannot start until Task A starts. |
| Finish-to-Finish | FF | Task B cannot finish until Task A finishes. |
| Start-to-Finish | SF | Task B cannot finish until Task A starts. |