haystack/releasenotes/notes/fix-conditional-branching-a0f0d65c7ac97f71.yaml
Silvano Cerza 3c8569e12c
fix: Fix running Pipeline with conditional branch and Component with default inputs (#7799)
* Fix running Pipeline with conditional branch and Component with default inputs

* Add release notes

* Change arg name of _init_to_run so it's clearer

* Enhance release note
2024-06-06 13:19:07 +00:00

8 lines
430 B
YAML

---
fixes:
- |
Fix some bugs running a Pipeline that has Components with conditional outputs.
Some branches that were expected not to run would run anyway, even if they received no inputs.
Some branches instead would cause the Pipeline to get stuck waiting to run that branch, even if they received no inputs.
The behaviour would depend whether the Component not receiving the input has a optional input or not.