What is your goal?
Implement a Global Error Handler or Scenario-level Fallback to execute a specific action if ANY module fails.
What is the problem & what have you tried?
I am building complex scenarios with many modules. Currently, to ensure reliability, I have to manually attach an error handler route to every single module individually. This is very time-consuming and hard to maintain.
I want to know if there is a feature to set up a single āGlobal Fallbackā action (like sending an email or webhook) that triggers automatically if an error occurs in ANY part of the scenario. I havenāt found a global setting for this in the scenario settings. Is there a native way to do this without adding routes to each module?
Error messages or input/output bundles
N/A (This is a general question about functionality/best practices, not a specific bug).