SubProcess variables are null in the Parent Process

Good Morning,

I have two processes, the parent and the sub-process.

The parent starts the sub-process, the next step in the parent is to start a "User Task Input", this step need to wait for a value that gets generated in the sub-process.

I've enabled chaining from the sub-process to the "User Input Task" and I've also checked Keep Process variables synchronized.

The AC!ProcessInfo variable is saved in pv!processInfo in the parent Process 

But when I debug the ProcessInfo variable is not filled. The fields that are filled are the ones that are passed to the sub-process by the parent

What am I doing wrong?

  Discussion posts and replies are publicly visible