Abort
Transform name | Specify the unique name of the Abort transform on the canvas. |
Options
Option | Description |
---|---|
Abort the running pipeline | Stops the pipeline when the Abort threshold is reached. |
Abort and log as an error | Logs an error report when the Abort transform stops the pipeline. Useful when a parent transform executes a sub-pipeline containing the Abort transform. |
Stop input processing | Stops input transforms when the Abort threshold is reached, but processes already retrieved records. |
Abort threshold | Specifies the number of rows at which to abort the pipeline after an error is detected. For example, |
Logging
The Abort transform features the following logging options:
Option | Description |
---|---|
Abort message | The message to put in the log upon aborting. If not filled in a default message will be used. |
Always log rows | Always log the rows processed by the Abort transform. This allows the rows to be logged although the log level of the pipeline would normally not do it. This way you can always see in the log which rows caused the pipeline to abort. |