4.4.7. Transformation extra processings
Automatically retry transformation on error
This extra-processing allows defining criteria to automatically retry a transformation if an error occurs.
The parameters are :
There is as well a version of this extra-processing called "Automatically retry on errors (Multiple)" that can be used if some errors must be sent to different email addresses. Only the first error message pattern that matches the error message will trigger an email.
This extra-processing allows defining criteria to automatically close errors.
The field "Error message patterns" is a regex pattern and/or patterns that will be tested against the error message.
If the error message matches at least one of the patterns, the status of the message will automatically be set to Error(closed), as shown below.
Error Message Patterns
Note: In Babelway, we're using the standard Java version of REGEX, and it's the same used all over the system.