Enumeration Modules

Schedules

Enumeration modules can specify a schedule which identifies when a module will run. By default, an enumeration module is executed only once. Afterwards, the facts generated by the module are cached in the database and the module is not invoked unless the database is cleared. You can specify the following alternative schedules with the SCHEDULE class property for your new module:

- Schedule.ONCE
- Schedule.PER_USER
- Schedule.ALWAYS