Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.1 KB

File metadata and controls

39 lines (24 loc) · 1.1 KB

Example: Automation kept retrying after a permission error

Situation

The system is moving, but not learning.

What the user said

The workflow tried the export six times, but every run failed with the same permission error.

Skill move

Stop the loop, classify the failure as a non-retriable permission issue, and route it to the owner who can unblock access.

Possible structured output

## 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.

Why it matters

Feedback control is not 'keep trying.' It is 'use the error signal to change the next action.'