The system is moving, but not learning.
The workflow tried the export six times, but every run failed with the same permission error.
Stop the loop, classify the failure as a non-retriable permission issue, and route it to the owner who can unblock access.
## Target State
Complete the export or reach a legitimate stop state quickly.
## Current State
The workflow is stuck on a repeated permission denial and cannot make progress autonomously.
## Observed Deviation
Zero convergence across repeated retries.
## Error Source
Environmental constraint: missing permission, not transient execution noise.
## Correction Strategy
Halt retries, capture the exact permission scope required, and route the request to the system owner.
## Escalation Decision
Immediate human escalation is required because the system cannot grant itself access.Feedback control is not 'keep trying.' It is 'use the error signal to change the next action.'