Custom object mapped from call activity have no values in the child process's object from the parent process's object

1
+1
-1

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 answer

1
0
-1
This one is the BEST answer!

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.

Notifications