I ran into an issue while migrating our workflow library into vRO 7.1. We have a dependency on a serialize JSON piece of code that seems to have been imported from into one of our previous Orchestrators and adopted for use. When running on vRO 7.1 appliance I get the following:
[E] (org.dojotoolkit.dojo.json/serialize) Error in (Dynamic Script Module name : serialize#82) TypeError: escapeString is not a function, it is undefined.
I am not sure if original package installation required any type of activity to enable this function. I know some of javascripts may need further definition in Orchestrator configuration but I can;t find any evidence of that on our original machines. Has anyone faced with this type of error? I would appreciate some help.
EDIT: I may have found the issue. I am completely missing another dojo toolkit action for escapeString function. Apparently it is not being pulled into an export package and I was relying on Orchestrator package creation to pull everything that's used in the workflow library. I may have to re-consider my package creation approach.