18.2.3 Sequencing Child Processes

Control child process order and move processes between execution chains.

The If Sending Welcome Packet... execution chain's child processes execute in sequence. You can reorder a child process among other processes at the same level using drag and drop. You can also edit the value of its Sequence property shown below.

To change which execution chain a child process belongs to, just change its Execution Chain property to the new parent. Or set that to None to restore the process to the root level of the processing logic "tree".

In the If Sending Welcome Packet... chain, the Add General Notices child process executes first. It uses an Invoke API process to call the ADD_GENERAL_NOTICES procedure in the EBA_DEMO_WOODSHR_WELCOME package.

Figure 18-4 Child Processes Execute in Sequence Order in an Execution Chain