There is a setup to trigger “Error Workflow” but is it possible to have a “workflow level” error handling? Meaning i could have multiple node blocks, but i could trigger the error notification (highlighted in red below) so it looks more dedicated for error handling?
Dedicated error workflow is simpler because you only need to set it inside the desired workflow to get error emails. Doing so inside the desired workflow is pointless as there is no option to fix it during the error state.
You can, however, enable the error output inside each node you want to handle errors for.
@weilies_chok Create a new error workflow. Most of these error workflows are reusable since they receive the same error. Once you have a new error workflow, just set it as the error workflow.
Your current method means you build a new error workflow for each process you automate