So I ran into a few quirky things after our upgrade from vCO 5.1 to 5.5 . One really strange thing that happened is one of my workflows started kicking up an error saying "TypeError: Cannot find function replace in object xyz" where xyz is the value of the string. I put in some debug logging and just logged the object type and sure enough right at the end of the scriptable task It was logged as a string but at the very beginning of the next task it was logged as null I think for the object type. I tried all sorts of things to fix it. Eventually I just combined the two scriptable objects into a single one and the error went away. Now I am seeing this pop up in another workflow. Has anyone else seen this? Any clue what is going on?
Paul