Table of Contents |
---|
...
Users - allows managing user entities
- Access Groups - contains the settings for the users' hierarchy
- Roles - contains settings for role permissions
Managing Dynamic Attributes* - allows creating and editing the dynamic attributes of the application
- User Session - contains data about authenticated users
- Pessimistic Locking* - allows configuring specific situations that enable the lock functionality
- File Storage - contains settings for uploading external files
- Scheduled Tasks - allows managing application tasks
- Restore Deleted Entities - allows managing soft-deleted records
Entity Inspector - allows managing application entities
- Application Properties* - allows configuring specific application parameters
- JMX Console - for configuring JMX objects
- Entity Log - contains the setting for entity logging
- User Session Log - contains the settings for the logging mechanism
- Email History - contains the settings for the CUBA email sending mechanism
- Server Log - contains the application log information
- Performance Statistics - contains application-related statistics
* Changing the configured properties is not recommended
...
- Click Create
FIXICC H2 opens the Schedule Task page
Specify the parameters in the list below with the recommended values, using the provided screenshot as a visual reference.
Expand title Screenshot of Scheduled Tasks page
Figure. The Scheduled Task page.Panel bgColor lightgrey titleColor black titleBGColor lightgrey Item 1. Defined by - select Bean
Item 2. Bean Name - choose from the "fixicch2_TasksService" list
Item 3. Method Name - choose from one of the following:- clearNotificationsOlderThan(StringDays) - a method for removing all notifications older than the selected date
- clearNotificationsMoreThan(String CountOfNotification) - a method for removing all notifications larger than the specified amount
Item 4. Optional. Method Parameters - you can specify parameters related to the chosen method in Method Name. Options include:
- String days - number of days to store the notification in the database (for the clearNotificationsOlderThan method)
- String countOfNotification - number of notifications to store in the database (for clearNotificationsMoreThan method)
Item 5. Scheduling Type - specify the desired type of schedule from the options Cron/Period/Fixed Delay
Item 6. Enter:- A Cron Expression for a Cron schedule
- A value for Period, sec (in seconds) for a Period schedule
- A Fixed Delay for a Fixed Delay schedule
Item 7. The question mark symbol (?) shows a tip for writing the CRON expression
- Click OK to complete creating the scheduled task or Cancel to cancel the operation
...
When the scheduled task is added to the list, select it click Activate to activate it (see screenshot).
Expand | ||
---|---|---|
| ||
...
To stop the execution of the activated scheduled task, select the task and click Deactivate (see screenshot).
Expand | ||
---|---|---|
| ||
Figure. The Deactivate button on the Scheduled Tasks page. |
...