/
Abort - configuration
Abort - configuration
The Abort function is a forwarder typically used to stop stream execution when specific conditions are met. In its configuration, you can add an optional custom message to provide details about why the stream was stopped. This message is displayed in the stream log and supports https://infozone.atlassian.net/wiki/x/RfV3, allowing you to include dynamic values, such as ${variable_name}
.
Abort configuration with a message containing interpolation
Note!
The Abort function will stop the entire stream execution when its conditions are met. If you need to remove only specific records while allowing others to continue, consider using a different approach.