<div dir="ltr">Hi,<div><br></div><div>Yanel runs on Quartz 2.1.5, which is great.</div><div>However I didnt' find out how to use the advanced triggering features via the scheduler.jobs.xml:</div><div><br></div><div><div>trigger = newTrigger()</div><div>    .withIdentity("trigger3", "group1")</div><div>    .startNow()</div><div>    .withSchedule(cronSchedule("0 0 15 5 * ?")) // fire on the 5th day of every month at 15:00</div><div>    .build();</div></div><div><br></div><div>Does Yanel support the Cron-Schedule notation in any way? If so, where and how do I have to configure it?</div><div><br></div><div>Source: <a href="http://www.quartz-scheduler.org/documentation/quartz-2.x/cookbook/MonthlyTrigger.html">http://www.quartz-scheduler.org/documentation/quartz-2.x/cookbook/MonthlyTrigger.html</a></div><div><br></div><div>Thanks </div><div>Balz</div></div>