mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-22 16:31:16 +00:00

* 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
8 lines
430 B
YAML
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.
|