mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-23 08:52:16 +00:00
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.
|