Expand description
Workflow Visualization Module
Provides DAG visualization for workflow execution in TUI
Structs§
- DagLayout
- DAG layout cache (computed from WorkflowDef)
- DagWidget
- DAG Widget for rendering workflow graph
- Edge
Info - Edge connection info
- Layout
Result - Layout computation result
- Visual
Node - Visual node representation
- Workflow
View State - Workflow visualization state
Enums§
- Node
Visual Status - Visual node status
- Workflow
View Mode - View modes
Functions§
- calculate_
edge_ path - Calculate edge path points
- compute_
layout - Compute layout from workflow definition
- export_
mermaid - Export workflow to Mermaid flowchart syntax
- export_
mermaid_ with_ summary - Export workflow to Mermaid with execution summary
- export_
workflow_ mermaid - Export workflow instance to file
- node_
type_ icon - Get node type icon
- render_
inline_ progress - Render inline progress indicator (for status line)
- render_
progress - Render compact progress view
- render_
progress_ view - Render compact progress view
- to_
visual_ status - Convert WorkflowContext node status to visual status