Start a run of a checklist
run_startStart a dated checklist run, copying current steps into a frozen record and returning its RUN-YYYY-NNNN id. Use to capture an execution instance independent of later checklist changes.
Instructions
Start a dated run of a checklist and return its RUN-YYYY-NNNN id. The steps are COPIED into the run, so editing the checklist afterwards never changes a run already under way. Runs are free and never capped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | The day the run happened, YYYY-MM-DD. Default today | |
| note | No | ||
| title | Yes | What this run is against, e.g. Van BX21 KLM, February service | |
| checklist | Yes | The checklist id, e.g. CL-0001, or its name when only one carries it | |
| reference | No | The job, order or asset id this run belongs to, e.g. WO-2026-0044. Named only; no sibling store is opened |