1 Reply Latest reply on Dec 19, 2005 12:46 PM by koen.aers

    subprocess doesn't pick up parent's variables

    guy.walker

      Hi,
      I've got a process that starts a subprocess, and I'd like to copy all the variables in the parent's execution context into the subprocess.
      I've attemped to create a mapping to the variables but this doesn't seem to do anything:

      i.e.
      <sub-process name="subproc">
      <variable name='var1' access='read' mapped-name='var1'/>
      </sub-process>

      I had hoped this would start a new instance of subproc with a variable var1 copied from it's equivalent in the parent.

      Anybody know what I'm doing wrong?

      Guy