Stale data
Automation acts on information that is technically available but no longer current enough for the decision.
Example: A fictional routing rule uses an outdated service-owner mapping.
Risk: The workflow appears healthy while producing wrong context or assignment.
Control: Freshness thresholds, stale indicators, source ownership, and safe fallback.
Duplicate execution
The same logical request is processed more than once.
Example: A retry creates several fictional tickets for one alert.
Risk: Queue noise, repeated reminders, conflicting ownership, and misleading metrics.
Control: Idempotency keys, duplicate checks, bounded retry, and reconciliation.
Routing loop
A work item repeatedly moves between states or owners without resolution.
Example: Two fictional queues keep reassigning the same ticket to each other.
Risk: Delay, analyst frustration, stale work, and hidden ownership gaps.
Control: Loop detection, hop limits, exception queues, and ownership review.
Dependency failure
An external or internal workflow dependency becomes unavailable, slow, malformed, or inconsistent.
Example: A fictional enrichment source times out.
Risk: Automation may block, guess, or silently omit evidence.
Control: Timeouts, degraded modes, health checks, source state, and human review.
Partial completion
Some steps succeed while later steps fail.
Example: A fictional ticket is created but required evidence attachment fails.
Risk: The record looks complete even though the intended workflow did not finish.
Control: Step-level status, completion checks, reconciliation, and candidate-for-review states.
Silent failure
The automation stops working or produces incomplete output without a visible error.
Example: A fictional reminder rule stops firing after a field name changes.
Risk: Teams assume the workflow is healthy while obligations are missed.
Control: Health metrics, heartbeat checks, evidence completeness, and alerting.
Configuration drift
The automation still runs, but its rules no longer match current systems, owners, schemas, or governance.
Example: A retired fictional queue remains in an allowlist.
Risk: Correct code executes the wrong current policy.
Control: Version control, dependency inventory, change review, and periodic validation.
Approval failure
A human approval step is missing, unavailable, bypassed, or treated as implied.
Example: A fictional workflow interprets no response as approval.
Risk: Consequential action occurs without authority.
Control: Explicit approval states, safe timeout, escalation, and no implicit approval.
Retry storm
Failure causes repeated retries that create more load, more duplicates, or more failures.
Example: A fictional dependency outage triggers unlimited retries.
Risk: A small issue becomes a wider operational problem.
Control: Bounded retries, backoff concepts, idempotency, circuit-breaker behavior, and manual fallback.
Evidence gap
The workflow acts but does not preserve enough metadata to reconstruct what happened.
Example: A fictional ticket changes queues with no rule version or reason.
Risk: The team cannot validate, troubleshoot, audit, or improve the automation.
Control: Structured evidence, version IDs, timestamps, ownership, and exception capture.
False confidence
Automation output looks precise or authoritative even when source quality or workflow health is weak.
Example: A fictional score remains visible even though half the enrichment sources are stale.
Risk: Humans trust the machine more than the evidence supports.
Control: Confidence labels, missing-data visibility, health status, and analyst judgment.
Unsafe scope expansion
A workflow gradually gains more data, permissions, actions, or authority than the original design approved.
Example: A fictional read-only helper is proposed for broad write access without a new review.
Risk: Impact and permissions grow faster than governance.
Control: Change approval, least privilege, boundary review, and redesign before expansion.