Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This ActionHandler is set up in the subprocess. If documents from the main process should be availbe available at process start of the subprocess, the ActionHandler should be set up in the first process task with the event type ‘Node-Enter’.

If documents form the subprocess notes should be transferred at the end of a subprocess to the main process at its end, the ActionHandler should be set up on the last task in the subprocess with the parameter upward=trueand the event type 'Node-Leave'

...