mark_handled
Mark files as handled by recording an action and actor in the ledger, keeping the work queue updated for new revisions.
Instructions
Record that these items were dealt with. Writes the ledger, not Moodle.
action is one of read, ingested, ignored, todo. by is free text naming
who did it, for example nightly or alice. note is the right place
for a link to whatever was produced.
Handling is per revision: if the file changes later, it returns to the backlog on its own.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | Yes | ||
| note | No | ||
| action | Yes | ||
| file_ids | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |