fieldryand / goflow

Simple but powerful DAG scheduler and dashboard
MIT License
391 stars 31 forks source link

DAG validation bug #81

Closed biningo closed 4 months ago

biningo commented 4 months ago

Hi @fieldryand I have found DAG validation bug.

graph LR;

 c-->a;
 a-->b; 
 b-->a; 

image