fix-run-loop-63bf0ffc26887e66.yaml
1 --- 2 fixes: 3 - | 4 Fix a bug in `Pipeline.run()` that would cause it to get stuck in an infinite loop and never return. 5 6 This was caused by Components waiting forever for their inputs when parts of the Pipeline graph are skipped 7 cause of a "decision" Component not returning outputs for that side of the Pipeline.