Skip to content
Recued
Menu
← Back to recipes

Asana task closure watcher

by recued-core v1

Scheduled adopter for Asana task closure rows seeded by create-asana-task-with-closure. It lists only Recued-originated Asana task watches, re-reads a bounded batch of Asana task, and closes the shared row when Asana reports completion. Rows that cannot be read remain open instead of closing from cached state. It can notify the owner on completion, but it never creates, updates, completes, moves, deletes, assigns, schedules, comments on, mutates projects or sections, edits custom fields, manages dependencies, touches followers, tags, or attachments, or otherwise mutates Asana.

Complete workflow

Asana Task Closure Loop 4 pinned recipes

Workflow pack for Recued-created Asana tasks. It composes the Asana capability pack with a closure ledger: create one owner-approved task in an existing workspace, optionally place it in one project from that workspace, persist only the connection/workspace/project/task linkage in data.shared, and let a scheduled watcher re-read that exact task until Asana reports completion. This pack does not replace Asana My Tasks, project dashboards, sections, dependencies, tags, followers, custom fields, attachments, webhooks, deletion, project placement tooling, or native task completion controls; it adds Recued-visible closure state for Asana tasks 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 closure watcher
This recipe Background automation

Scheduled adopter for Asana task closure rows seeded by create-asana-task-with-closure. It lists only Recued-originated Asana task watches, re-reads a bounded batch of Asana task, and closes the shared row when Asana reports completion. Rows that cannot be read remain open instead of closing from cached state. It can notify the owner on completion, but it never creates, updates, completes, moves, deletes, assigns, schedules, comments on, mutates projects or sections, edits custom fields, manages dependencies, touches followers, tags, or attachments, or otherwise mutates Asana.

asanatasksprojectsproject-management
by recued-core pinned v1

Workflow origin for the Asana task closure loop. It reads one Asana workspace and optional project for context, creates exactly one owner-approved task through recued-core.asana.task.create, and when the task succeeds it seeds durable data.shared closure state for asana-task-closure-watcher. It uses deterministic owner-provided fields rather than AI and does not update, complete, move, delete, attach files, assign, schedule, comment on, edit custom fields, manage dependencies, add followers or tags, create projects or sections, or otherwise mutate Asana beyond the approved task create.

asanatasksprojectsproject-management
by recued-core pinned v1
Asana task closure watcher timeout
Background automation

Low-frequency timeout role for recued-core/asana-task-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

Owner-visible list/close role for recued-core/asana-task-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 87 steps

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

Data fetch
shared_task_watches ?
Process (86 steps)
now date_add
Add 0 days to
watch_rows filter
Filter by condition
watch_rows_for_connection filter
Filter by condition
watch_rows_with_workspace filter
Filter by condition
watch_rows_with_task filter
Filter by condition
never_checked_watch_rows filter
Filter by condition
checked_watch_rows filter
Filter by condition
checked_watch_rows_oldest_first sort
Sort by value.last_checked_at
fair_watch_rows flatten
Flatten nested lists in
candidate_rows slice
Take a subset of
batch_count count
Count items in candidate rows
candidate_count count
Count items in watch rows with task
has_candidate compare
Check if candidate rows has data
has_connection compare
Check if setting asana has data
skip_task_read any
Check if any of the conditions are true
batch_context_envelopes merge
Combine objects together
batch_contexts map
Extract from each item
task ?
skip: step.skip_task_read equal true
task_live_batch_context pick
Keep only specific fields from
task_batch_context_envelopes merge
Combine objects together
task_batch_contexts map
Extract from each item
live_task_id default
Apply default
live_task_id_live_batch_context pick
Keep only specific fields from
live_task_id_batch_context_envelopes merge
Combine objects together
live_task_id_batch_contexts map
Extract from each item
has_live_task compare
Check if item live task id has data
has_live_task_live_batch_context pick
Keep only specific fields from
has_live_task_batch_context_envelopes merge
Combine objects together
has_live_task_batch_contexts map
Extract from each item
task_completed_value default
Apply default
task_completed_value_live_batch_context pick
Keep only specific fields from
task_completed_value_batch_context_envelopes merge
Combine objects together
task_completed_value_batch_contexts map
Extract from each item
task_completed compare
Check if item task completed value equals true
task_completed_live_batch_context pick
Keep only specific fields from
task_completed_batch_context_envelopes merge
Combine objects together
task_completed_batch_contexts map
Extract from each item
completed_at default
Apply default
completed_at_live_batch_context pick
Keep only specific fields from
completed_at_batch_context_envelopes merge
Combine objects together
completed_at_batch_contexts map
Extract from each item
terminal_status all
Check if all conditions are true
terminal_status_live_batch_context pick
Keep only specific fields from
terminal_status_batch_context_envelopes merge
Combine objects together
terminal_status_batch_contexts map
Extract from each item
skip_close any
Check if any of the conditions are true
skip_close_live_batch_context pick
Keep only specific fields from
skip_close_batch_context_envelopes merge
Combine objects together
skip_close_batch_contexts map
Extract from each item
closed_watch_key replace
Replace text in item watch key
closed_watch_key_live_batch_context pick
Keep only specific fields from
closed_watch_key_batch_context_envelopes merge
Combine objects together
closed_watch_key_batch_contexts map
Extract from each item
close_watch ?
skip: item.skip_close equal true
close_watch_live_batch_context pick
Keep only specific fields from
close_watch_batch_context_envelopes merge
Combine objects together
close_watch_batch_contexts map
Extract from each item
delete_closed_active_watch ?
skip: item.close_watch.ok not_equal true
delete_closed_active_watch_live_batch_context pick
Keep only specific fields from
delete_closed_active_watch_batch_context_envelopes merge
Combine objects together
delete_closed_active_watch_batch_contexts map
Extract from each item
notify_enabled compare
Check if setting notify when completed equals true
notify_enabled_live_batch_context pick
Keep only specific fields from
notify_enabled_batch_context_envelopes merge
Combine objects together
notify_enabled_batch_contexts map
Extract from each item
should_notify all
Check if all conditions are true
should_notify_live_batch_context pick
Keep only specific fields from
should_notify_batch_context_envelopes merge
Combine objects together
should_notify_batch_contexts map
Extract from each item
notify_owner ?
skip: item.should_notify not_equal true
notify_owner_live_batch_context pick
Keep only specific fields from
notify_owner_batch_context_envelopes merge
Combine objects together
notify_owner_batch_contexts map
Extract from each item
refreshed_watch_value merge
Combine objects together
skip: item.delete_closed_active_watch.ok equal true
refreshed_watch_value_live_batch_context pick
Keep only specific fields from
refreshed_watch_value_batch_context_envelopes merge
Combine objects together
refreshed_watch_value_batch_contexts map
Extract from each item
refresh_active_watch ?
skip: item.delete_closed_active_watch.ok equal true
refresh_active_watch_live_batch_context pick
Keep only specific fields from
refresh_active_watch_batch_context_envelopes merge
Combine objects together
refresh_active_watch_batch_contexts map
Extract from each item
closed_batch_rows filter
Filter by condition
refreshed_batch_rows filter
Filter by condition
closed_batch_count count
Count items in closed batch rows
refreshed_batch_count count
Count items in refreshed batch rows
summary to_summary
Format results as a summary card
Settings 4 configurable

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

asana setting =
channels setting = in_app
batch limit setting = 5
notify when completed setting = true

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 notificationsRead your Asana connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

Data it touches

Warehousedata.giddata.completeddata.completed_atdata.shared

About

Tags

asana asanatasksprojectsproject-managementclosurenotificationclosed-loopstate:asana-task-closure-watcherpack:asana-task-closure

Details

87 steps 4 configurable settings recipe_id: asana-task-closure-watcher