Type Alias: AssignmentStatus
@kortexya/reasoninglayer / Scheduling / AssignmentStatus
Type Alias: AssignmentStatus
AssignmentStatus =
"confirmed_true"|"confirmed_false"|"free"
Defined in: src/types/scheduling.ts:20
Per-cell feasibility classification produced by the scheduling engine.
Remarks
Every (agent, day, shift) cell in the input grid is classified as
exactly one of these values. The flow engine is exact — there is no
“unverified” outcome.
"confirmed_true"— the agent MUST work this slot in every valid schedule."confirmed_false"— the agent CANNOT work this slot in any valid schedule."free"— the agent’s assignment to this slot varies across valid schedules.