Expand description
§Execution Trace Module
This module provides step-by-step execution tracing for debugging workflows. It captures message snapshots after each step, including which workflows/tasks were executed or skipped.
Structs§
- Execution
Step - A single step in the execution trace
- Execution
Trace - Complete execution trace containing all steps
Enums§
- Step
Result - Result of executing a step (workflow or task)