Abort configuration

Abort configuration

Cloud_Edition_button.webp

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}.

Note!

Sensitive parameters cannot be used in the Enter an optional custom message to be displayed in the stream log field.

example_payload_error_message.png
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.