Workflows fail. APIs go down, data is malformed, rate limits are hit. Proper error handling ensures your automations are resilient and you're notified when things go wrong.
Error Handling Options
- Retry on Fail: Automatically retry a node when it fails (configurable attempts and delay)
- Error Trigger: A special workflow that runs when any other workflow fails
- Continue on Fail: Skip failed items and continue processing the rest
- Error Output: Route failed items to a separate branch for custom handling