When a process is executed from the user interface, a popup displays its execution progress. If a new application needs to support process execution, additional configuration is required for this popup and its related navigation to work correctly.
Without this configuration, processes may still run but the popup behaviour and associated navigation may be incomplete.
Step 1 - Add a Processes Module
Open the Configuration application and navigate to Layouts \> Applications.
Select the target application and open the Application Modules section.
Add a Processes module containing the following screens:
Process Execution - allows users to run processes.
Process History - displays execution records.
Notifications - shows notifications generated during execution.
Step 2 - Configure Screen Links
Once the Processes module and screens are in place, screen links must be configured to ensure the popup behaves correctly.
Link Process Execution to Process History
For each Processes module assigned to the application, create a screen link connecting the Process Execution screen to Process History. This allows the popup to associate a running process with its execution record. If this link is missing, the popup may still appear but its behaviour may be incomplete.
Link Process History to Notifications
Add a screen link from the Process History related panel to Notifications. This allows users to navigate between execution records and the notifications associated with them.
Summary
To enable the process execution popup in a new application, the following must be configured:
a Processes module containing the Process Execution, Process History, and Notifications screens
a screen link from Process Execution to Process History
a screen link from Process History to Notifications
