Problem Currently, when a pipeline needs to be intentionally halted after a successful gate-check or decision stage (e.g., "Promotion not required at this time"), the only method to discontinue execution is to set the stage status to 'Aborted'. This creates a significant reporting issue, as 'Aborted' pipelines are universally categorized as 'Failures' in all reporting dashboards. This misrepresents work that was technically successful but intentionally terminated, skewing our overall success metrics for the larger team. Proposed Solution We request a new pipeline failure strategy or execution status, such as 'Success and Stop Execution' or 'Complete - No Further Action'. This status must: Allow the pipeline to terminate immediately. Ensure the pipeline run is categorized as 'Success' or 'Complete' in all reporting metrics. Why Not Use Workarounds? The current alternative—using conditional wrappers on every subsequent stage—is inefficient, requires extensive refactoring of all existing pipelines, and is difficult to maintain when new stages are added.