Hi,
I have an entity with a DateTime field (fireDate).
This fireDate can be changed to the users to a new value (only a date in the future).
Everytime the current date equals the fireDate, fireXYZ() should be executed.
How to do this?
I was thinking about creating a quartz job and then adding (or removing/changing) ‘Execute once’ triggers?
But how to add/remove/change quartz job triggers in the background by the process?
Thanks,
Dirk
Jmix version: 2.4.2
Jmix Studio plugin version: 2.4.2-243
IntelliJ version: IntelliJ IDEA 2024.3.1.1