/ AW Error Handler.md
AW Error Handler.md
1 --- 2 type: make-scenario-migration 3 status: skip 4 make-id: 3145064 5 active: false 6 invalid: true 7 trigger: make-api 8 apps: [make, slack] 9 executions: ~none 10 last-edit: 2026-04-05 11 --- 12 13 # AW Error Handler 14 15 **Status:** INACTIVE — INVALID 16 **Make ID:** 3145064 17 **Trigger:** Make — List Scenarios (scheduled/manual) 18 19 --- 20 21 ## Module Sequence 22 23 1. **Make — List Scenarios** → lists all scenarios in the "Align Well" folder 24 2. **Filter** → only keep inactive scenarios 25 3. **Slack — Create Message** → posts alert to `#aw-error-handler` about inactive scenarios 26 27 --- 28 29 ## Migration Decision 30 31 **Recommend: Do not migrate as-is.** 32 33 This is a Make-specific meta-scenario that monitors Make itself via the Make API. In n8n there is no equivalent "list all n8n workflows" module for self-monitoring. 34 35 If error alerting is needed for n8n workflows: 36 - Use n8n's built-in **Error Workflow** setting (Settings → Error Workflow) to send Slack alerts on workflow failures 37 - This is a native n8n feature and handles the use case better than this scenario did 38 39 --- 40 41 ## Migration Checklist 42 43 - [ ] Confirm: is `#aw-error-handler` still being monitored? 44 - [ ] Set up n8n global Error Workflow (Settings → Error Workflow → select a Slack alert workflow) 45 - [ ] Create a simple n8n "Error Handler" workflow: Error Trigger → Slack Send Message to #aw-error-handler 46 - [ ] No need to migrate this Make scenario