children Of
open override fun childrenOf(contextIdValue: String, parentRunId: String, limit: Int): List<ExtractionRun>
The runs whose immediate parent is parentRunId — one hop down the parent axis, in one tenant.
Supersession is a separate axis and is not walked here. A run that replaces another without continuing it is not its child.
Return
At most limit children, newest first.
Parameters
context Id Value
The tenant.
parent Run Id
The parent run's id.
limit
The most runs to return. Must be positive.
Throws
if limit is not positive.