Advika
Community Manager
Community Manager

Hello @kenmyers-8451!

It's a valid product feedback that would be worth flagging.
In the meantime, to ensure your pipeline run fails when any sub-task fails, you can add a final sentinel task at the end of your workflow. This task should programmatically inspect the state of all prior tasks. If it detects any task that failed or was only partially successful, it can raise an error, causing the overall workflow to fail and trigger accurate notifications.