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
Hi Jims,
did you got any solution for this ? If so, could you please share.
TIA,
Kiran
Hi Sandy did you get any solution for this
I had the same issue. I have just found that it works when I check "hidden" for one big process variable in my process in the properties. This variable is loaded by a query with multiple recordtype linked. Maybe a problem in the technical management of the process due to the memory of the reports, process history and so on...
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