Breaker
Aborts the flow if incoming rows exceed threshold
Processing
The step passes rows through until the configured threshold of rows is exceeded.
Once the threshold is exceeded, the step aborts the current flow with an error.
Settings
Name | Type | Description |
---|---|---|
Threshold |
long |
Number of rows to pass through without triggering an error. Evaluated for each input row |
Collect Rows |
boolean |
If checked, passing rows are collected into a list. When threshold is exceeded and the flow aborts, this list of rows becomes the error value. Parent flows can access the error value. Evaluated for each input row |
Error Message |
string |
Error message to use when threshold is exceeded. Evaluated for each input row |
Results
Name | Type | Description |
---|---|---|
nr_rows |
long | Number of rows seen so far |
rows |
list | list of collected rows |