Automatic Scheduling
GlidePath recalculates the entire schedule automatically every time you make a change that affects task timing. You do not need to click a “Calculate” button — the engine runs in the background and updates dates, float values, and critical path highlighting instantly.Feature Spec Reference
Module 3.4 — Float Display and Color CodingModule 3.6 — CPM Recalculation Triggers
What Triggers a Recalculation
GlidePath recalculates CPM after any of these changes:What Gets Updated
After each recalculation, GlidePath updates:- Task bar positions in the Gantt timeline
- Start and Finish date columns in the task list
- Float/slack values in the Float column (if visible)
- Critical path highlighting (red bars for zero-float tasks)
- Dependency line colors (red lines for critical-path links)
- Summary task dates (rolled up from child tasks)
- Dashboard metrics (SPI, CPI, schedule health indicators)
Directly Scheduled Tasks
By default, tasks are scheduled As-Soon-As-Possible (ASAP), meaning the CPM engine places them at the earliest valid date given their predecessors and constraints. If you directly edit a task’s start date (by typing in the Start column), GlidePath applies an implicit Start No Earlier Than constraint at that date. This pins the task to your chosen date while still allowing CPM to push it later if a predecessor causes it to start after that date. To release a pinned task back to pure CPM scheduling:- Open the Task Detail Panel (double-click the task)
- Set Constraint Type to As Soon As Possible
- Clear the constraint date if one was set
Float Display
Float is shown in the task list when the Float column is enabled. To enable it:- Click Columns in the Gantt toolbar
- Check Float
Summary Task Scheduling
Summary (parent) tasks do not have their own CPM-calculated dates. Their start and finish are always derived from their children:- Summary Start = earliest start date among all child tasks
- Summary Finish = latest finish date among all child tasks