Skip to content
Recued
Menu
← Back to recipes

Asana task comment closure watcher timeout

by recued-core v1

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.

Asana task comment closure watcher timeout
This recipe Background automation

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.

asanawatchertimeoutowner-review
by recued-core pinned v1

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.

asanataskscommentscollaboration
by recued-core pinned v1
Asana task comment closure watcher
Background automation

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.

asanataskscommentscollaboration
by recued-core pinned v1

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.

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

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

Data fetch
active_watches ?
Process (15 steps)
now date_add
Add 0 minutes to
rows_with_timeout filter
Filter by condition
timeout_checks is_past
Check if is in the past
expired_checks filter
Filter by condition
expired_rows map
Extract from each item
timeout_rows slice
Take a subset of
timeout_count count
Count items in timeout rows
timeout_keys replace
Replace text in item key
timeout_values merge
Combine objects together
write_timed_out ?
delete_active ?
skip: item.result.ok not_equal true
moved_rows filter
Filter by condition
moved_count count
Count items in moved rows
notify_owner ?
skip: step.moved_rows is_empty
summary to_summary
Format results as a summary card
Settings 2 configurable

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.

Where it runs

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

Permissions it requires

Send notifications
Declared by the recipe — Recued grants these at install, where you review them before approving.

Data it touches

Warehousedata.shared

About

Tags

asana watchertimeoutowner-reviewclosed-looprole:timeoutbundle:asana-task-comment-closure

Details

16 steps 2 configurable settings recipe_id: timeout-asana-task-comment-closure-watches