Critical Path
critical_pathCompute the longest dependency chain to a milestone, identifying the minimum tasks that must complete.
Instructions
Compute the longest dependency chain to a milestone — the minimum set of tasks that must complete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Optional project identifier. | |
| milestone_id | Yes | The milestone node ID. |