Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
tutorial:adm:create_and_configure_trigger [2018/12/28 13:48] kotisovam |
tutorial:adm:create_and_configure_trigger [2019/07/10 07:00] (current) doischert |
||
---|---|---|---|
Line 19: | Line 19: | ||
Now select the trigger type **Cron**. In **Cron expression** field you can add an expression which could start the scheduled task periodically. We set **0 0 7 * * ?**, meaning the scheduled task will be started every day at 7 AM. | Now select the trigger type **Cron**. In **Cron expression** field you can add an expression which could start the scheduled task periodically. We set **0 0 7 * * ?**, meaning the scheduled task will be started every day at 7 AM. | ||
- | ( Cron expression tutorial: http://www.quartz-scheduler.org/documentation/quartz-2.x/tutorials/crontrigger.html ) | + | ( Cron expression tutorial: http://www.quartz-scheduler.org/documentation/quartz-2.3.0/tutorials/crontrigger.html ) |
Other common combinations: | Other common combinations: |