CategoryevidenceManual1.12Evidencedocumented
ProblemOnly the 20 most recent run records are retained per routine, and there is no queryable audit log.
TechniqueExport or externally log anything you will need later, and treat the retained records as a rolling window rather than a history.
Why it worksIt is your only run history, and a fast routine overwrites it quickly.
When to useAny routine whose output feeds a decision you may have to defend.