I'm getting the error 'JAXB failure trying to convert value ProcessInfo{.....} to Appian type ProcessInfo (id=xxx)' when using the Start Process node in a process model.
Does anyone know what may have caused this issue?
Discussion posts and replies are publicly visible
Here is a screen shot of the error :
we will have to use clean() function, because Appian and Database are not storing the Unprintable values, we need to remove these non ascii values(Un-Printable) by using clean() function, we do have other function as well regexreplace() function, but clean() is best for this concern