Skip to content
Recued
Menu
← Back to recipes

Adobe Sign agreement closure watcher lifecycle review

by recued-core v1

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

Complete workflow

Workflow pack for Recued-sent Adobe Sign agreements. It composes the Adobe Sign capability pack with a closure ledger: create one agreement through the existing Adobe Sign approval gate, persist only the agreement/library-document/workflow linkage in data.shared when the agreement is sent with IN_PROCESS, and let a scheduled watcher re-read that exact agreement until Adobe Sign reports a role-specific completion status such as signed/approved/delivered/accepted/form_filled, or an exception status such as aborted/cancelled/expired/archived. This pack does not duplicate Adobe Sign reminders, participant notifications, expiration settings, webhook administration, agreement status dashboards, cancellation flows, or MegaSign/bulk sends; it adds Recued-visible closure state for agreements Recued sent.

You are viewing one recipe in this workflow. Installing it opens the complete pack so its other recipes and background automations arrive together.

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

adobe-signwatcherreviewclose
by recued-core pinned v1

Workflow origin for the Adobe Sign agreement closure loop. It reads the current user and one library document for context, creates one agreement through recued-core.adobe-sign.agreement.create, and when the owner sends the agreement with initial state IN_PROCESS it seeds durable data.shared closure state for adobe-sign-agreement-closure-watcher plus links the agreement back to its library document and optional workflow. It does not send reminders, cancel agreements, update notes, upload transient documents, download binaries, open signing URLs, configure webhooks, start MegaSign/bulk sends, mutate templates, or call arbitrary Adobe Sign endpoints.

adobe-signacrobat-signesignatureagreement-create
by recued-core pinned v1
Adobe Sign agreement closure watcher
Background automation

Scheduled adopter for Adobe Sign agreement closure rows seeded by send-adobe-sign-agreement-with-closure. It lists only Recued-originated agreement watches, re-reads a bounded batch of Adobe Sign agreement, and closes or flags the shared row when Adobe Sign reports a configured terminal status. It can notify the owner on completion or exception status, but it never creates agreements, sends reminders, cancels agreements, updates notes, downloads binaries, opens signing URLs, configures webhooks, starts MegaSign/bulk sends, mutates templates, or calls arbitrary Adobe Sign endpoints.

adobe-signacrobat-signesignatureagreement
by recued-core pinned v1

Read-only Adobe Sign agreement brief. It reads one agreement, its reminders, and the API user's latest note through recued-core.adobe-sign, then asks the AI summarizer for lifecycle state, participant status, reminder history, notes, expiration risk, and concrete next steps. It never creates agreements, sends reminders, cancels, updates notes, downloads binaries, opens signing URLs, or calls arbitrary Adobe Sign endpoints.

adobe-signacrobat-signesignatureagreement-review
by recued-core pinned v1

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

adobe-signwatchertimeoutowner-review
by recued-core pinned v1
View pack details, dependencies, and permissions →
How it works 13 steps

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

Data fetch
active_rows ?
timed_out_rows ?
closed_rows ?
Process (10 steps)
close_key trim
Trim whitespace from setting close key
close_is_timed_out starts_with
Check if close key starts with data.shared.recipe.recued-core_adobe-sign-agreement-closure.timed_out.
close_is_closed starts_with
Check if close key starts with data.shared.recipe.recued-core_adobe-sign-agreement-closure.closed.
close_allowed any
Check if any of the conditions are true
close_terminal_row ?
skip: step.close_allowed not_equal true
lifecycle_rows flatten
Flatten nested lists in
shown_rows slice
Take a subset of
row_count count
Count items in lifecycle rows
table to_table
Format results as a data table
summary to_summary
Format results as a summary card
Settings 2 configurable

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

close key setting =
row limit setting = 50

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.

Data it touches

Warehousedata.shared

About

Tags

adobe-sign watcherreviewcloseclosed-looprole:reviewrole:closebundle:adobe-sign-agreement-closure

Details

13 steps 2 configurable settings recipe_id: review-adobe-sign-agreement-closure-lifecycle