getChildPlanIds

abstract suspend fun getChildPlanIds(id: UUID): List<UUID>

Retrieves the list of child plan identifiers for a given plan.

Return

A list of unique identifiers of the child plans.

Parameters

id

The unique identifier of the parent plan.