pyp6xer_critical_path
Retrieve activities on the critical path (total float ≤ 0) from a P6 schedule. Results are sorted by early start and include float, dates, and predecessor/successor counts.
Instructions
Return all activities on the critical path (total float ≤ 0 or longest path flag).
Activities are sorted by early start date. Includes float, dates, and predecessor/successor counts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cache_key | No | Cache key identifying the loaded XER file (set when calling pyp6xer_load_file) | default |
| proj_id | No | Project ID or short name; uses first project if omitted |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |