Scenario ops-reduction proof.
A redacted or synthetic audit for Make/n8n scenarios that burn operations through duplicate triggers, immediate retries, missing gates, and unmapped records. It uses no client data, no secrets, and no connected accounts.
Ops Reduction Ledger CSV
Patch Plan CSV
Error Log CSV
Sample Runs CSV
Patch Rules CSV
Runbook
Source Script
Reference Patterns
Ask If This Fits
Input
Twelve mock Make/n8n run-history rows across enrichment, digest, and invoice-routing scenarios.
Output
An operations ledger and six patch rules for duplicate blocking, retry-after handling, and preflight gates.
Estimated Savings
4,104 mock operations blocked before unnecessary duplicate, retry, research, or reconciliation work.
| Rule | Scenario | Patch Action | Impacted Runs | Estimated Ops Saved | Reviewer Action |
|---|---|---|---|---|---|
| RULE-01 | lead-enrichment-close-sync | Claim idempotency key before enrichment modules. | 2 | 789 | Keep first successful run and skip duplicate side effects. |
| RULE-02 | lead-enrichment-close-sync | Send rate-limited records to retry-after queue. | 2 | 854 | Wait for vendor cooldown or approve one batch retry. |
| RULE-03 | company-research-digest | Skip overlapping scheduler run. | 1 | 865 | Keep first digest and inspect scheduler cadence. |
| RULE-04 | company-research-digest | Block before LLM and research modules when the source filter is missing. | 1 | 922 | Fill missing filter or reject the digest request. |
| RULE-05 | invoice-exception-routing | Claim invoice idempotency key before parsing. | 1 | 186 | Keep first accepted invoice decision. |
| RULE-06 | invoice-exception-routing | Block before reconciliation and notification modules. | 2 | 488 | Add vendor mapping before replay. |