Description of problem: Product documentation does not specify limits on the result field. With operator version 1.7, Cu is finding that pipelines fail when more than 2694 characters are fed to the result field in a task, with error message "could not find result with name RESULT_STRING for task generate-result" Customer never had an issue with these pipelines in the pipelines operator version 1.5 It looks like in 1.6 version or so there has been a change when a limit of 4096 characters was imposed on the result field, as 1.5 operator did not have any limit and that was causing results to be truncated in some cases. Version-Release number of selected component (if applicable): OCP 4.10, Pipelines operator version 1.7 How reproducible: Every time Steps to Reproduce: 1. Review Pipeline operator documentation 2. 3. Actual results: No details in the operator documentation about result field limits Expected results: Documentation should provide details on result field limits Additional info: