Low-frequency timeout role for recued-core/asana-task-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.
Asana task comment closure watcher timeout
Low-frequency timeout role for recued-core/asana-task-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.
Complete workflow
Workflow pack for Recued-created Asana task comments. It composes the Asana capability pack with a closure ledger: add one owner-approved comment story to an existing Asana task, persist only the connection/task/story linkage in data.shared, and let a scheduled watcher re-read that exact task until Asana reports it completed. This pack does not replace Asana tasks, native notifications, task completion controls, project dashboards, reminders, webhooks, or general work reporting; it adds Recued-visible closure state for task 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 Asana task comment closure loop. It reads one Asana task and current stories for context, creates exactly one owner-provided plain-text comment story through recued-core.asana.story.create, and when the comment succeeds it seeds durable data.shared closure state for asana-task-comment-closure-watcher. It uses deterministic owner-provided copy rather than AI and does not create, update, complete, move, delete, attach to, assign, schedule, or otherwise mutate Asana tasks.
Scheduled adopter for Asana task comment closure rows seeded by comment-asana-task-with-closure. It lists only Recued-originated task-comment watches, re-reads a bounded batch of Asana task, and closes the shared row when Asana reports that task completed. It can notify the owner on completion, but it never creates, updates, completes, moves, deletes, attaches to, assigns, schedules, comments on, or otherwise mutates Asana tasks.
Owner-visible list/close role for recued-core/asana-task-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.
channels
setting
=
in_app
batch limit
setting
=
25
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.