Issue
Routing Path Cycles Back to Start
A routing path sends the case back to the starting point or an earlier step without resolving the condition that caused the route.
What This Looks Like
A case is routed through a path that eventually sends it back to the starting point or an earlier step. The same condition remains unresolved, so the case can continue cycling through the same route instead of reaching a final decision, handoff, or stop state.
Why It Matters
Routing loops create activity without progress. The workflow may look like it is doing work because the case is moving, but the movement does not resolve anything. Users may have to intervene manually to determine where the route should break.
Structural Signal
The routing graph contains a cycle without an exit condition. The issue is not simply that routing is wrong once; it is that the route can return to a prior state without resolving the reason it was routed.
Common Triggers
- Escalation sends the case back to intake without new information
- Review failure routes to repair, and repair routes back to the same review
- Routing rules do not record that a path has already been tried
- The same condition triggers the same route repeatedly
- No maximum cycle count or stop condition exists
- The route graph was extended without checking for cycles
When to Use This Issue
Use this Issue when a routing path cycles back to the start or a prior step without resolving the condition that caused the route.
When Not to Use This Issue
Do not use this Issue when a case is intentionally returned once for correction and then proceeds. Use it when the route can keep cycling.
Category
Primary Pattern
Declared Patterns
Circular Dependency
A structural condition where two or more elements depend on each other in a closed loop without an independent base condition or declared resolution mechanism.
Convergence Failure
A structural condition where sequential or parallel states fail to resolve into an equivalent or coherent structure under shared authority and constraints.
Escalation Growth
A structural condition where impact, authority, scope, or consequence increases across sequential states without a declared limiting mechanism.
Derived Primary Lenses
Conflict Lens
Detects mutually incompatible constraints, claims, states, or declarations that cannot be simultaneously satisfied.
Convergence Lens
Compares parallel structural systems to determine whether they align under shared authority.
Escalation Gradient Lens
Measures structural growth or intensification across sequential executions, states, or transitions.
Propagation Lens
Traces how structural declarations, effects, or state changes propagate across boundaries or stages.
Variance / Entropy Lens
Measures structural variability across repeated or comparable evaluations and identifies divergence beyond expected bounds.
Derived Secondary Lenses
Search Intents
- routing path cycles back to start
- AI routing loop
- workflow routes back to beginning
- case cycles through same route
- routing path never resolves
- AI workflow sends case back to start