Serialization error when dot walking to an Array.String and using that output as input to other stepsDescriptionDot walking to an Array.String and using that output as input to other steps will cause issues whenever the plan needs to serialize and deserialize at a later pointSteps to Reproduce 1. Create an action with a script step2. The output of the script step needs to be an Object with a nested Array.String inside3. For the nested array, place JSON strings as the data4. Create an output of type Array.String for the action5. Place a pill from the Array created in step 2 as the data for the output6. Publish action7. Create a flow that calls the action8. The next step should be a wait for duration (1 second) Result:Flow will be in error state with errors in the log for deserialization issues Caused by: java.lang.IllegalStateException: Undefined schema! at com.snc.cobject.serializer.ComplexObjectSerializer.deserialize(ComplexObjectSerializer.java:189) at com.snc.cobject.serializer.ComplexObjectSerializer.deserialize(ComplexObjectSerializer.java:180) at com.snc.cobject.ComplexObject.deserialize(ComplexObject.java:542) at com.snc.process_flow.engine.serialization.COProxy$CODeserializer.deserialize(COProxy.java:207) at com.snc.process_flow.engine.serialization.COProxy$CODeserializer.deserialize(COProxy.java:194) at com.fasterxml.jackson.databind.deser.SettableBeanProperty.deserialize(SettableBeanProperty.java:530) at com.fasterxml.jackson.databind.deser.BeanDeserializer._deserializeWithErrorWrapping(BeanDeserializer.java:528)WorkaroundNo workaround is available. If the flow quiesces at all (Wait for condition, wait for duration, etc) this issue will occurRelated Problem: PRB1460994