getLatest

abstract suspend fun getLatest(planId: UUID): Task?

Retrieves the latest task for a specific plan.

Return

The latest task associated with the specified plan, or null if not found.

Parameters

planId

The unique identifier of the plan.