<#555 Make list execution transformer configurable...
# flyte-github
a
#555 Make list execution transformer configurable Pull request opened by pradithya TL;DR Add configuration in flyte admin to control the behavior of the list execution transformer with regard to error message trimming. Type ☑︎ Bug Fix ☐ Feature ☐ Plugin Are all requirements met? ☑︎ Code completed Complete description A hardcoded value of
trimmedErrMessageLen
is used to limit the error message shown in the workflow execution list. The current value is too small that the error message in the list execution page is not informative. Users must go to the corresponding execution details to get the entire error message even for a short error message. This PR add configuration in flyte admin to control whether the error message truncation is enabled and the maximum message length when truncation is enabled. The default is to truncate error messages for list execution API with a maximum error message length of 10240 so that most error messages can be shown properly. Screen.Recording.2023-05-04.at.4.15.39.PM.mov Follow-up issue NA flyteorg/flyteadmin GitHub Actions: Unit Tests / Run Unit Test GitHub Actions: Docker Build Images / Build Docker Image 4 other checks have passed 4/6 successful checks