#688 VAL-01: No circular dependency detection in workflow DSL

closed critical Created 2025-12-25 02:55 · Updated 2025-12-25 03:00

Description

Edit
Location: highway_dsl/workflow_dsl.py build() method. Issue: No cycle detection in task dependencies. Workflow with A->B->C->A passes validation but causes infinite loops at runtime. Fix: Implement topological sort validation in WorkflowBuilder.build() using DFS cycle detection.

Comments

Loading comments...

Context

Loading context...

Audit History

View All
Loading audit history...