Skip to Content
Task ManagementTask Dependencies

Task Dependencies

Define relationships between tasks to manage the order of work. Dependencies show which tasks must finish before others can start.

🎬Task Dependencies — Demo VideoComing soon

Dependency Types

TypeCodeMeaning
Finish-to-StartFSTask B can’t start until Task A finishes
Start-to-StartSSTask B can’t start until Task A starts
Finish-to-FinishFFTask B can’t finish until Task A finishes
Start-to-FinishSFTask B can’t finish until Task A starts

Finish-to-Start (FS) is the most common dependency type. For example: “Design must finish before Development can start.”

Adding Dependencies

  1. Open a task detail view
  2. Open the Dependency Manager
  3. Click “Add Dependency”
  4. Search for and select the related task
  5. Choose the dependency type
  6. Save

Viewing Dependencies

Blocking & Blocked

Each task shows:

  • Blocking — Tasks that can’t proceed until this task is done
  • Blocked by — Tasks that must complete before this one can start

Gantt Chart

Dependencies are visually represented as arrows on the Gantt Chart, making it easy to see the workflow sequence.

Critical Path

The critical path identifies the chain of dependent tasks that determine the minimum project duration.

Circular Dependency Protection

Tickmark automatically checks for circular dependencies (A → B → C → A) and prevents them from being created.

Last updated on