Enable error handling also for: the whole scenario sequences of modules module's Initialization phase (currently only available for the module's Operation phase) verification of connections (takes place before the Initialization phase) ------- I don't know if I've missed a feature, but I find attaching error handlers to single modules pretty laborious. I think it would be helpful to have some kind of catch all error handling module. On one side it could be for the whole scenario, but it could maybe also behave like the router. Meaning, all modules attached after that error handling module, will be sort of sandboxed, and any error occurring in that box gets routed to other modules that should handle that error. And you could have multiple "sandboxes" in one scenario. Nested Sandboxes should pass on the error to the parent sandbox, if it can't handle it. Chris Hintz: The lack of error handling during the init phase of modules (concerns) mainly business users which need to trust that once 'activated' scenario's keep running. As long as business users cannot trust activated scenario's I believe Intergromat cannot grow in that market.