I use custom objects in my process, I have made sure they are serializable. Everything works except when I try mapping the custom objects I have made through a call activity to a sub-process. The object in the child process does not have any of the values assigned that were in the parent process object the mapping was set up with. Is there something that I am doing wrong, or can custom objects not be mapped using the call activity?
1 Like
It turns out there is no issue mapping custom objects. My issue was not checking that the values were set properly in my object. Please disregard this.