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.
Asana Task Comment Closure Loop
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.
What this pack installs
This pack installs the complete recipe workflow together. 2 supporting recipes run as 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.
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.
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.
Builds on
- asana v1+
Trust & control
What installing this whole pack would let it do. Recued grants these permissions at install — review them there before approving.