Skip to content

dynamicLatestObject

The latest attribute of a stopParams entry lets Spiral derive a latest (deadline) value for stops of that type from their scheduling context, rather than requiring one to be authored on every stop — used for dependent stops (e.g. a delivery leg) whose acceptable start follows from the work they depend on.

{
"travelFactor": <real>,
"limit": <real> | null,
}
travelFactor real default 1.0
Scales the estimated travel time used when deriving the latest value — values above 1.0 allow proportionally more travel slack before the stop counts as late.
limit real default null
Cap applied to the derived latest value (null = uncapped).