Region plug-in that allows you to monitor the background process execution in your Oracle APEX application
Import the file located at plug-in/region_type_plugin_apex_lmoreaux_bgd_process_progress
| Attribute | Description |
| Execution Id | Page item containing the Execution ID you wish to monitor. |
| Progress Type | Type of progress (Bar or Circular). |
| Display Percentage? | Display the completion percentage (Y/N) |
| Display Status? | Display the execution status (Y/N) |
| Color Variable | Choose the color. Based on the Universal Theme colors, more info here. |
| Width | Width or the Progress Bar. |
| Height | Height of the Progress Bar. |
| Size | Size of the circular progress |
| Redirect On Completion? | Redirect on execution completion (Y/N) |
| Redirect Link | Link to redirect the user upon completion. |
| Attribute | Description |
| Max Iteration | Maximum number of iteration. |
| Sleep Time | Waiting time between two AJAX call to get the execution status. |
An Execution Completed component event can be selected in a Dynamic Action to update the page after the completion
A live demo can be found at https://apex.oracle.com/pls/apex/r/louis/plug-ins/background-processes

