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 Sign agreement closure watcher
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.
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.
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.
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.
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.
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.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
channels
setting
=
in_app
adobe sign
setting
=
batch limit
setting
=
5
notify statuses
setting
=
signed,approved,delivered,accepted,form_filled,completed,aborted,cancelled,canceled,expired,archived
terminal statuses
setting
=
signed,approved,delivered,accepted,form_filled,completed,aborted,cancelled,canceled,expired,archived
notify when terminal
setting
=
true
owner review statuses
setting
=
aborted,cancelled,canceled,expired,archived
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.