Skip to main content

Module progress

Module progress 

Source
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ยง

StepResult
Result from executing a single step
WorkflowProgress
Accumulated progress through workflow execution
WorkflowResult
Final result of workflow execution