Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
tutorial:adm:create_and_configure_trigger [2020/03/05 07:38]
tomiskar
tutorial:adm:create_and_configure_trigger [2020/03/05 07:45]
tomiskar
Line 35: Line 35:
 ==== Cron trigger ==== ==== Cron trigger ====
  
-{{ :tutorial:adm:scheduled_tasks_trigger_04.png |}}+{{ :tutorial:adm:cron-trigger.png |}}
  
-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. When valid date is configured, then first start of the task will be postponed to given date. 
-Cron expression tutorial: http://www.quartz-scheduler.org/documentation/quartz-2.3.0/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:
  • by apeterova