09-12-2014 01:42 PM
09-15-2014 05:09 AM
{TOMCAT_ROOT}/webapps/alfresco/WEB-INF/classes/alfresco/model/bpmModel.xml
and search with keyword "bpm:allowedDescriptionLength" ,you will find something like following
<constraint name="bpm:allowedDescriptionLength" type="LENGTH">
<parameter name="minLength">
<value>0</value>
</parameter>
<parameter name="maxLength">
<value>250</value>
</parameter>
</constraint>
02-10-2016 03:39 PM
<bean depends-on="dictionaryBootstrap" id="${project.artifactId}.bpm.dictionaryBootstrap" parent="dictionaryModelBootstrap">
<property name="models">
<list>
<value>alfresco/extension/model/customBpmModel.xml</value>
</list>
</property>
</bean>
<constraint name="bpm:allowedDescriptionLength" type="LENGTH">
<parameter name="minLength">
<value>0</value>
</parameter>
<parameter name="maxLength">
<value>4096</value>
</parameter>
</constraint>
03-05-2015 12:29 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.