Viewing an invalid workrequest spams the error.log
If you create an invalid work request such that it causes a validation error, it fails with an error and is marked as completed.
Every time someone views this work request using a web browser, a traceback is emitted to the error.log. Arguably, such a validation failure should only be logged at task creation time and not every time it is being inspected.