Skip to main content

Known Issues And Limitations

Process Naming Specification

The name of the process you specify while designing it using Process Designer or IntelliAppZ Designer should adhere to certain specifications. You can find those specifications over here.

Length Specification

  • The Name cannot exceed 98 characters.

  • UNC format is followed in the case either the Nuget package or the corresponding IntelliAppZ MSI exceeds 259 characters. According to this format specification, we will prefix the path containing more than 259 characters with \?.

Special Character Limitations

You are restricted to using the following special characters only as part of your process name:

  • space(' ')
  • dot('.')
  • underscore('_')
note

You cannot use an underscore('_') at the start or end of the name.

note

Only underscore('_') can be repeated adjacent to another underscore.