Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
How to increase character size limit for workflow attribute which is added on task.
Hi @NG_10595539
What attribute type is it? because in my system if I add a String in the task the limit is over 15000 chars
PetrH
hi @HelesicPetr ,
the attribute is of string type only. And how to check the string limit for the same.
Hi @NG_10595539
what error and where is shown if the limit is reached?
I guess there can be some custom check of the limit because in my case I was able to add more then 7millions chars.
So OOTB it seams it is "unlimited"
PetrH
Hi @HelesicPetr ,
there is no error shown but the string value is not fully visible. Only 50 characters are shown.
Oh, you are talking about the window size, not the limit of characters in the attribute 😄
Check following article.
CS164625 - How to size workflow variable input fields on Task Forms in Windchill PDMLink
PetrH
Hi @HelesicPetr ,
the article seems for taskform template, but the mentioned task is not a taskform template. And while displaying the string wanted to display it as 250 characters instead of 50 characters.