Pre-Invocation


Pre-Invocation event points execute once for a parent process, immediately before a child is invoked.

This event point is most useful for executing PASS statements to send information to a child process. (A corresponding RECEIVE statement can be placed anywhere in the child process, but is generally located in Start of Process.)