findByParentId

abstract fun findByParentId(parentId: String): List<AgentProcess>

Find all child processes for the given parent process ID.

Return

list of child processes, empty if none found

Parameters

parentId

the ID of the parent process