# Workflow Run Reports

The NGIE-AI Workflow Engine writes one audit directory per run:

```text
reports/workflows/runs/<run-id>/
├── workflow-run.json
├── workflow-run.md
└── <step-number>-<step-id>.log
```

Run records contain workflow status, parameters, step timing, exit codes, requirements, expected outputs, and captured local script output. They may contain client file paths or business information and should be reviewed before sharing.
