18.2 Outlining Logic Using Execution Chains
Organize page processing logic into a clear outline using nested execution chains.
The Employee Excellence page uses execution chains to group and nest processing logic into a self-documenting outline.
- Setting Up Context After Submit
Set hidden page items after submit so later processing steps can use the selected employee context. - Making Processing Conditional
Use an execution chain server-side condition to run child processes only in specific cases. - Sequencing Child Processes
Control child process order and move processes between execution chains. - Nesting Execution Chains
Nest execution chains to structure complex logic, adding conditions where needed. - Choosing Descriptive Process Names
Choose clear process names and conditions to make execution chains easier to understand and maintain.
Parent topic: Grouping Logic and Background Execution