I assume you mean a linked process (separate process) rather than a subprocess (contained in the same process). I think I recall that the parent process will not pick up changes from the child process unless something moves in the
parent process. Maybe we "solved" this by putting an event subprocess in the parent process that was messaged by UCA for every significant step in the child process. I think there were no shared business objects at that time (and I have not really used those, so I can't tell if they are a better solution).
------------------------------
Mattias Edling
------------------------------