Processing Modes
The Process Manager allows you to start template processing without launching the full UniServe application interface. You can run processing in the following modes:
User Process
Daemon Process
Scheduled Process
The below table helps you understand when to use each processing mode.
User Process
Processes when a user manually triggers the template execution.
Use when template processing needs to be started manually for specific jobs or testing purposes.
Daemon Process
Processing runs continuously in the background and automatically processes templates when data becomes available.
Processing runs continuously in the background and automatically processes templates when data becomes available.
Scheduled Process
Processing is executed at predefined times based on a schedule.
Use when template processing must occur at fixed intervals, such as daily or periodic batch runs.
Processing in different modes depends on the requirement and operational setup.