-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix running
Pipeline
with conditional branch and Component wit…
…h 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
- Loading branch information
1 parent
3194785
commit 0c7bbfb
Showing
4 changed files
with
34 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
releasenotes/notes/fix-conditional-branching-a0f0d65c7ac97f71.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters