Stop the execution of a pipeline.

Parameters:
The Abort action is a control mechanism designed to stop the execution of a pipeline based on defined runtime conditions. It acts as a safeguard that halts processing when specific thresholds or business rules are not met, ensuring data integrity, system stability, and operational compliance.
This action is particularly useful for validating assumptions, such as the presence of a minimum number of records, error counts, or specific values before continuing a workflow. When the configured condition evaluates to true, the pipeline execution is immediately aborted, returning a configurable error code and optional log message for downstream logging or monitoring systems.
This action is an essential tool in robust ETL pipelines, helping ensure only valid and trusted data is propagated through each stage of processing.
