---
title: "What happens if the automation stops working one morning?"
description: "The work does not disappear, it falls back. Failed items stay in a queue, a person is notified, and the manual route still exists because nothing was deleted du"
canonical: https://aiautomatizaciocegeknek.hu/en/answers/what-happens-if-the-automation-breaks
language: en
publisher: AI Automatizáció
updated: 2026-09-22
---

# What happens if the automation stops working one morning?

The work does not disappear, it falls back. Failed items stay in a queue, a person is notified, and the manual route still exists because nothing was deleted during the rollout. Monitoring alerts us rather than you, and most failures come from a connected system changing, not from the AI itself.

## Designed to fail loudly, not silently

The dangerous failure is not the one that stops, it is the one that keeps running with wrong data. Every step checks its own result, and a step that cannot confirm what it did stops the flow and raises an alert rather than passing something half-finished to the next step.

## Self-healing handles the common cases

Most interruptions are temporary: a system is briefly unavailable, a rate limit is hit, a file is locked. These are retried automatically with increasing delays, and the flow resumes on its own. Only a failure that survives the retries becomes a ticket with a person's name on it.
When a connected system changes something, a renamed field or a new required value, the automation detects the mismatch and pauses that path instead of writing wrong data everywhere.

## Your fallback plan in one paragraph

Know which person owns each automated process, where the exception queue is, and how to switch the process back to manual. These three facts are in the handover documentation, and going through them once at launch is enough.

## Asked next

**How fast do you respond to a failure?**

Alerts are immediate and we reply within one working day on standard arrangements, with faster windows agreed for processes that are time-critical, such as call answering.

**Do we lose the items that failed?**

No. They wait in the queue with the reason attached, and they are reprocessed once the cause is fixed, in the original order.

Related solutions: https://aiautomatizaciocegeknek.hu/en/configurator/self-healing, https://aiautomatizaciocegeknek.hu/en/configurator/email-triage-drafts, https://aiautomatizaciocegeknek.hu/en/configurator/invoice-ocr-nav, https://aiautomatizaciocegeknek.hu/en/configurator/monday-digest
