HOWTO: Trace the Execution Chain of a HyOps Run¶
When a module run produces an unexpected result, tracing the full execution chain is the structured way to diagnose it. This HOWTO shows how to follow a run from CLI invocation through module resolution, profile attachment, preflight evaluation, step-by-step execution, and record collection — using the run record and structured log output as your guide. The same skill applies when reviewing a peer's run for a change approval.
What this covers:
- Run record navigation: correlating CLI flags, module version, profile, and inputs to a specific run ID
- Step-level trace: reading action logs, timing data, and records paths per step
- Diagnosing partial runs: identifying which step failed, what state was left, and how to resume or remediate