Mark a task done or skipped
onboarding_task_doneUpdate a hire's onboarding task to done, skipped, or reopen as todo, recording the completion date to reflect accurate progress.
Instructions
Mark one task on a hire done or skipped, with the day it happened. done counts toward the percent complete; skipped is a deliberate dismissal and never counts as done. A task can be set back to todo to reopen it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | The day it was completed, YYYY-MM-DD. Default today | |
| hire | Yes | The hire id, e.g. H-0001, or the name when only one carries it | |
| task | Yes | The task id, e.g. K03, as shown by onboarding_progress | |
| status | Yes | done, skipped, or todo to put it back to outstanding |