Function: completeFollowUpTask()
completeFollowUpTask(
_prev,formData):Promise<PipelineActionState>
Defined in: src/server/actions/pipeline.ts:298
Mark a follow-up task done from the Today's-Follow-ups worklist. Stamps completed_by/at. Step advancement (generating the next step's task) is the Phase-5 cadence engine, not this action — this just clears the touch from the worklist.
Parameters
_prev
formData
FormData
Returns
Promise<PipelineActionState>