Skip to content
Recued
Menu
← Back to recipes

Planner task closure watcher timeout

by recued-core v1

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

Complete workflow

Workflow pack for Recued-created Microsoft Planner tasks. It composes the Planner capability pack with a closure ledger: create one owner-approved Planner task in an existing plan, persist only the connection/plan/bucket/task linkage in data.shared, and let a scheduled watcher re-read that exact task until Planner reports completion. This pack does not replace Planner assignments, native notifications, buckets, labels, board views, premium Planner resources, Microsoft Project flows, Teams conversations, plan membership, or general task dashboards; it adds Recued-visible closure state for Planner 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.

Planner task closure watcher timeout
This recipe Background automation

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

microsoft-plannerwatchertimeoutowner-review
by recued-core pinned v1

Workflow origin for the Microsoft Planner task closure loop. It reads one Planner plan and optional bucket for context, creates exactly one owner-approved Planner task through recued-core.planner.task.create, and when the task succeeds it seeds durable data.shared closure state for planner-task-closure-watcher. It uses deterministic owner-provided fields rather than AI and does not update, complete, delete, reorder, relabel plans, mutate buckets, alter board formats, change group membership, touch premium Planner resources, or otherwise mutate Planner beyond the approved task create.

microsoft-plannerplannermicrosoft-365tasks
by recued-core pinned v1
Planner task closure watcher
Background automation

Scheduled adopter for Microsoft Planner task closure rows seeded by create-planner-task-with-closure. It lists only Recued-originated Planner task watches, re-reads a bounded batch of Planner task, and closes the shared row when Planner 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, deletes, reorders, assigns, labels, mutates buckets or plans, changes board formats, touches premium Planner resources, or otherwise mutates Planner.

microsoft-plannerplannermicrosoft-365tasks
by recued-core pinned v1

Owner-visible list/close role for recued-core/planner-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.

microsoft-plannerwatcherreviewclose
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

microsoft-planner watchertimeoutowner-reviewclosed-looprole:timeoutbundle:planner-task-closure

Details

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