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 :
Getting a very similar error on a webapi that accepts emoji and then starts a process. The process actually starts successfully, but the a!startprocess flows to the onError path because it can't parse the processInfo metadata.
Hi Jim, I'd suggest opening a ticket with Appian Support (if you haven't already)
Hi! how did you fixed it?
Kindly share any updates to workaround the above if you sloved it without removing the special chars.
Maybe the problem could be related with this caracters in your html
COuld you try removing it?
Hi Jims,
did you got any solution for this ? If so, could you please share.
TIA,
Kiran
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