Expand description
Workflow execution progress tracking
This module defines types for tracking progress through workflow execution. Progress is accumulated as steps complete, capturing outputs, variables, and timing information.
Structsยง
- Step
Result - Result from executing a single step
- Workflow
Progress - Accumulated progress through workflow execution
- Workflow
Result - Final result of workflow execution