Trying to capture data in multiple nested sub-process and passing it back in the last nested subprocess after every process (except parent) has completed multiple times.

If there's 2 layers of subprocesses inside a parent process, (1-2-3-4),  trying to capture the value in 3rd sub-process and as both 2nd & 3rd run for multiple times, the values I tried saving end up as null, is there any method where I can catch value from 3rd sub-process pv, pass it back to 1st and meanwhile both 2nd & 3rd finish their rounds and then captured value is passed back all the way to the 4th subprocess?

  Discussion posts and replies are publicly visible

Parents Reply
  • Although this article helped a lot, I still have a minor issue. Is there any way sub-process can pass an output variable value to parent process, if the sub-process run for 2-3 times, and the value may only be generated once. I am able to catch only empty values after the sub-process ends. I wish to send populated pv! values immediately to parent process, otherwise by the time sub-processes ends, the final process gets null values as the referencing parent process variable is never populated.


    Thanks!
Children
No Data