2 Replies Latest reply on Nov 7, 2005 11:41 AM by guy.walker

    subprocess execution context

    guy.walker

      I have one process that will start a subprocess, but since a subprocess is blocking I can't see anyway of updating the execution context of the subprocess.
      For instance I have an overall process for booking holidays, this process calls a generic approval process, which needs to know the originator and approver. Is the execution context of the parent available to the subprocess?

      Thanks.