Skip to content
Recued
Menu
← Back to recipes

Comment on Notion page with closure watch

by recued-core v1

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.

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.

notionpagescommentsstatus
by recued-core pinned v1
Notion page comment closure watcher
Background automation

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.

notionpagescommentsstatus
by recued-core pinned v1

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.

notionwatchertimeoutowner-review
by recued-core pinned v1

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.

notionwatcherreviewclose
by recued-core pinned v1
View pack details, dependencies, and permissions →
How it works 40 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (40 steps)
page_id_value trim
Trim whitespace from setting page id
status_property_id_value trim
Trim whitespace from setting status property id
comment_markdown_value trim
Trim whitespace from setting comment markdown
has_connection compare
Check if setting notion has data
has_page_id compare
Check if page id value has data
has_status_property_id compare
Check if status property id value has data
has_comment_markdown compare
Check if comment markdown value has data
skip_page_read any
Check if any of the conditions are true
page ?
skip: step.skip_page_read equal true
page_in_trash_value default
Apply default
page_in_trash compare
Check if page in trash value equals true
skip_status_read any
Check if any of the conditions are true
status_property ?
skip: step.skip_status_read equal true
status_name default
Apply default
has_status_name compare
Check if status name has data
status_name_norm lowercase
Convert status name to lowercase
page_already_terminal compare
Check if status name norm is one of setting terminal statuses
comments_raw ?
skip: step.skip_page_read equal true
comments default
Apply default
comment_count_before_create count
Count items in comments
skip_comment_create any
Check if any of the conditions are true
created_comment ?
skip: step.skip_comment_create equal true
created_comment_id default
Apply default
has_created_comment compare
Check if created comment id has data
created_at date_add
Add 0 days to
raw_page_key join
Join items with ":"
page_key_colon replace
Replace text in raw page key
page_key_slash replace
Replace text in page key colon
page_key_dot replace
Replace text in page key slash
page_key_at replace
Replace text in page key dot
page_key_space replace
Replace text in page key at
page_key_left_angle replace
Replace text in page key space
page_key_right_angle replace
Replace text in page key left angle
page_key_plus replace
Replace text in page key right angle
page_key_equals replace
Replace text in page key plus
page_key_question replace
Replace text in page key equals
skip_closure_seed any
Check if any of the conditions are true
closure_timeout_at date_add
Add setting no response timeout days days to
seed_notion_page_comment_closure_watch ?
skip: step.skip_closure_seed equal true
summary to_summary
Format results as a summary card
Settings 6 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

notion setting =
page id setting =
comment markdown setting =
terminal statuses setting = done,complete,completed,closed,archived
status property id setting =
no response timeout days setting = 30

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Read your Notion connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

Data it touches

Warehousedata.shared

About

Tags

notion notionpagescommentsstatusknowledge-baseproject-managementapprovalclosed-loopstate:notion-page-comment-closure-watcherpack:notion-page-comment-closure

Details

40 steps 6 configurable settings recipe_id: comment-notion-page-with-closure