Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| docs:3400_how_to:1100_miscellaneous:1380_periodic_process [2022/08/18 12:28] – removed - external edit (Unknown date) 127.0.0.1 | docs:3400_how_to:1100_miscellaneous:1380_periodic_process [2022/09/13 18:15] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | {{tag> | ||
| + | [< | ||
| + | ====== How to set up periodic processes ====== | ||
| + | |||
| + | If you want the system to perform certain actions periodically without any user interaction (for example, regularly delete temporary records) then you need to configure scheduling rules – see the “[[docs: | ||
| + | |||
| + | If you want periodic actions that involve interaction with the user (for example, to periodically inform the user about important events in the system) then you need to setup a “background process”. To do this define a process to perform the work, go to the General tab of the corresponding visual perspective and setup this process as a background process. | ||
| + | |||
| + | |||