/ releasenotes / notes / raise-component-blocked-error-02045e13a45f54bd.yaml
raise-component-blocked-error-02045e13a45f54bd.yaml
1  ---
2  features:
3    - |
4      Raise a warning when a pipeline can no longer proceed because **all** remaining components are blocked from running **and** no expected pipeline outputs have been produced.
5      This scenario can occur legitimately. For example, in pipelines with mutually exclusive branches where some components are intentionally blocked. To help avoid false positives, the check ensures that none of the expected outputs (as defined by `Pipeline().outputs()`) have been generated during the current run.