critical_path
Trace driving relationships from the latest finish to identify critical path activities, or list low-float activities with total float and drive status.
Instructions
The critical path, in start order. method='longest_path' (default) traces driving relationships back from the latest finish, as P6's Longest Path does; method='total_float' lists activities whose total float is at or below the project's critical threshold (or float_threshold_days). Each row carries total float and whether it is driven by a relationship or by the data date / a constraint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| limit | No | ||
| method | No | longest_path | |
| project | No | ||
| float_threshold_days | No |