...
A lot of business logic has to be executed in various intervals or upon an event Events . The scheduling and execution of that business logic is handled with an internal task management. For example once the data of a Core Identity is changed, various task have to populate those changes to other objects. The assignment task for example will trigger the reevaluation of all assignments, the update identity task will trigger the calculation of all updatable identity attributes of said Core Identity and so on. Another good example for a task is an import job that synchronized data from the HR system to the CoreOne Suite Meta Directory each night.
...