Skip to main content

Function: listTasksForEnrollment()

listTasksForEnrollment(svc, companyId, enrollmentId): Promise<object[]>

Defined in: src/db/queries/pipeline.ts:1028

The tasks of one enrollment (step_no/status/due_date) — feeds summarizeEnrollmentProgress.

Parameters

svc

SupabaseClient

companyId

string

enrollmentId

string

Returns

Promise<object[]>