Skip to main content

Module trace

Module trace 

Source
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§

ExecutionStep
A single step in the execution trace
ExecutionTrace
Complete execution trace containing all steps

Enums§

StepResult
Result of executing a step (workflow or task)