Error Handler

trigger_error · trigger · Triggers · Available · v1.0.0

Description

Fires automatically when ANOTHER workflow in the tenant fails — the entry point for enterprise error-handling workflows (a supercharged n8n Error Trigger). Two binding levels: per-workflow via the watched workflow settings, or tenant-wide catch-all. The payload carries the failed run details for alerting, retry or escalation.

⚙️ Configuration parameters

Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.

FieldTypeRequiredDefaultDescription
aiTriage
Triage AI (Liara)
enum
falsetrue
nofalseSe attivo, il payload in ingresso include `aiTriage` con la diagnosi AI del run fallito (explanation, fix, rootCause, risk, confidence) generata PRIMA del lancio dell'handler — pronta per email/notifiche senza altri nodi AI. Fail-soft: se la diagnosi fallisce o tarda, l'handler parte comunque senza. Default spento: zero costo LLM se non richiesto.

💡 Configuration example

JSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.

{
  "id": "node-trigger_error-1",
  "defId": "trigger_error",
  "label": "Error Handler",
  "config": {
    "aiTriage": "false"
  }
}

🔗 Related nodes in the same category

Ready to use Error Handler?

Available now on all FlowForge plans. Try it free without a credit card.

Start freeBrowse all nodes