Answer a step in a run
run_checkRecord a checklist step's result as pass, fail, or not applicable, with the person and date. Use pending to reopen an unanswered step.
Instructions
Mark one step pass, fail or na, with who did it and when. na means the step did not apply; it counts as answered and never as passed. A step can be answered again while the run is open, and the last answer stands.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| at | No | The day it was answered, YYYY-MM-DD. Default the run's own date | |
| by | No | Who answered it. Printed against the step on the report | |
| run | Yes | The run id, e.g. RUN-2026-0001, or its title when only one carries it | |
| item | Yes | The step id, e.g. I03, as shown by run_show | |
| note | No | What was found. Say why on a fail: the report prints this under the step | |
| state | Yes | pass, fail, na for did not apply, or pending to put the step back to unanswered |