 
					
				
		
10-06-2014 04:58 AM
10-07-2014 01:26 AM
 
					
				
		
10-08-2014 11:34 AM
10-09-2014 01:17 AM
LongStringType length to 2000, change it in customPreVariableTypes in process engine configuration.
  protected void initVariableTypes() {
    if (variableTypes==null) {
      variableTypes = new DefaultVariableTypes();
      if (customPreVariableTypes!=null) {
        for (VariableType customVariableType: customPreVariableTypes) {
          variableTypes.addType(customVariableType);
        }
      }
      variableTypes.addType(new NullType());
      variableTypes.addType(new StringType(4000));
      variableTypes.addType(new LongStringType(4001));
…
 
					
				
		
10-09-2014 05:02 AM
10-10-2014 02:37 AM
 
					
				
		
10-10-2014 03:28 AM
 
					
				
		
10-10-2014 05:13 AM
10-17-2014 06:22 AM
 
					
				
		
10-17-2014 06:35 AM
 
					
				
				
			
		
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.