Scheduled adopter for Notion page comment closure rows seeded by comment-notion-page-with-closure. It lists only Recued-originated page-comment watches, re-reads a bounded batch of Notion page and one configured status property, and closes the shared row when Notion reports a configured terminal status such as done, complete, completed, closed, or archived, or when the page is in trash. It can notify the owner on closure, but it never creates, updates, trashes, moves, locks, templates, appends blocks to, updates to-do blocks on, edits comments on, deletes from, exports, or otherwise mutates Notion pages.
Notion page comment closure watcher
Scheduled adopter for Notion page comment closure rows seeded by comment-notion-page-with-closure. It lists only Recued-originated page-comment watches, re-reads a bounded batch of Notion page and one configured status property, and closes the shared row when Notion reports a configured terminal status such as done, complete, completed, closed, or archived, or when the page is in trash. It can notify the owner on closure, but it never creates, updates, trashes, moves, locks, templates, appends blocks to, updates to-do blocks on, edits comments on, deletes from, exports, or otherwise mutates Notion pages.
Complete workflow
Workflow pack for Recued-created Notion page comments. It composes the Notion capability pack with a closure ledger: add one owner-approved comment to an existing Notion page, persist only the connection/page/status-property/comment linkage in data.shared, and let a scheduled watcher re-read that exact page and configured status property until Notion reports a terminal status such as done, complete, completed, closed, or archived, or until the page is in trash. This pack does not replace Notion comments, status properties, native notifications, database views, dashboards, reminders, automations, templates, or project management workflows; it adds Recued-visible closure state for page comments Recued created.
You are viewing one recipe in this workflow. Installing it opens the complete pack so its other recipes and background automations arrive together.
Workflow origin for the Notion page comment closure loop. It reads one Notion page and one configured status property, reads current unresolved comments for context, creates exactly one owner-provided page comment through recued-core.notion.comment.create, and when the comment succeeds it seeds durable data.shared closure state for notion-page-comment-closure-watcher. It uses deterministic owner-provided copy rather than AI and does not create, update, trash, move, lock, template, append blocks to, update to-do blocks on, edit comments on, delete from, export, or otherwise mutate Notion pages.
Low-frequency timeout role for recued-core/notion-page-comment-closure. It moves a bounded batch of expired rows from active to timed_out, deletes the active copy only after the durable timeout write succeeds, and notifies the owner once per batch.
Owner-visible list/close role for recued-core/notion-page-comment-closure. It lists bounded active, timed-out, and closed rows. Supplying a timed-out or closed key deletes only that exact terminal row; active watches cannot be deleted here.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
notion
setting
=
channels
setting
=
in_app
batch limit
setting
=
5
terminal statuses
setting
=
done,complete,completed,closed,archived
notify when trashed
setting
=
true
notify when terminal
setting
=
true
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.