" Operations and recovery A timeout tells you that a response did not arrive in time. It does not prove the remote operation failed. That uncertainty is why a blind retry can be dangerous for mutating actions. Resolution rule Change one boundary at a time. Preserve the failing evidence, apply the smallest safe correction, then replay the known case and check the business effect as well as the technical run status. Contents What the symptom actually proves Evidence to collect before changing the workflow Likely failure paths Resolution sequence Prevention design Verify the fix Decision table Sources and scope What the symptom actually proves A timeout tells you that a response did not arrive in time. It does not prove the remote operation failed. That uncertainty is why a blind retry can be dangerous for mutating actions. A useful diagnosis begins by separating what is directly observed from what is only suspected. Execution status, HTTP codes, model output, approva...
Practical AI workflow reliability guidance built around failures, evidence, guardrails, monitoring and verified recovery.