In Prefect, a run is marked as "Late" when its scheduled start time has passed, but it has not transitioned to "Pending." This transition to "Late" typically occurs 15 seconds after the scheduled start time by default. This status indicates that the run was supposed to start but hasn't yet moved to the next stage, often due to delays or other scheduling issues.
For more details, you can check the
Prefect documentation on managing states.