I have a workflow that uses some very messy input requiring lots of data wrangling. It is possible that the input format/contents change causing a data conversion error. This error indicates to me that I need to review the new input scenario.
I have the runtime settings configured to limit conversion errors with max errors per location as 1. However, per the output log, it appears the script DOES NOT stop when just 1 conversion error is encountered.
I can monitor for this via an email after the script runs, but this does not prevent possible inaccurate output from the workflow encountering the error.
Any ideas?