runs Of Root
Every run in one lineage: those whose ExtractionRunLineage.rootRunRef is rootRunId, including the root itself.
This is the read the denormalized root reference exists for. The root is fixed when a lineage is minted and can never drift, so a whole lineage is one indexed read on one property instead of a chain walk a hop at a time.
Return
At most limit runs of that lineage, newest first.
Parameters
The tenant.
The root run's id.
The most runs to return. Must be positive.
When non-null, only runs started at or after this instant.
Throws
if limit is not positive.
runsOfRoot for Kotlin callers holding typed references.
Return
At most limit runs of that lineage, newest first.
Parameters
The tenant.
The root run.
The most runs to return. Must be positive.
When non-null, only runs started at or after this instant.