This is an example project showing how to define your own custom schedule tasks in FirstSpirit. This project showcases examples for how to define your own custom schedule tasks, interacting with the ScheduleTaskExecutionContext, managing task configuration, and managing schedule task resources.
The following example schedule tasks are included:
- Schedule Task Example Manages custom configuration settings and outputs them to the log.
- Pre Delta Example Can be used before a FirstSpirit Delta Generation to configure it.
- Post Delta Example Can be used after a FirstSpirit Delta Generation to output information about it.
For more information on the module implementation, please see the official documentation.