Is there a recommended/Best practice method of hanlding timeouts? Currently, if a workflow timeouts, it gets cancelled. But there is no way of being alerted.
It looks like your topic is missing some important information. Could you provide the following if applicable.
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
Hi @jtoh
You can use an error workflow for that matter as any timed-out workflow will change the execution status from cancelled to eventually Error.
Here’s a simple template to get you started:
You can read more about Error Handling in n8n here:
