Workflow Error Notification
Minimal error-handling workflow that triggers on execution failures and sends a notification email.
This workflow is dedicated to error handling and is triggered whenever a workflow execution fails.
On error, relevant execution details are passed directly to an email node, which sends a notification message. The setup is intentionally simple and isolated from business logic workflows, ensuring that error reporting remains consistent and does not interfere with normal execution paths.
The workflow can be attached as a global or per-workflow error handler and serves as a central mechanism for monitoring failed executions.

You must be logged in to post a comment.