<div dir="ltr">Hi,<div><br></div><div>cool would be something like this in the scheduler-jobs.xml : </div><div><br></div><div><div>    <job class="com.myjobs.blabla" name="My Job A"></div><div>      <trigger cronSchedule="STRING"> <!-- e.g. "0 0 15 5 * ?" --></div><div>      </trigger><br></div><div>    </job></div></div><div>Cheers, Balz</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 4, 2016 at 10:38 AM, basZero <span dir="ltr"><<a href="mailto:baszero@gmail.com" target="_blank">baszero@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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" target="_blank">http://www.quartz-<wbr>scheduler.org/documentation/<wbr>quartz-2.x/cookbook/<wbr>MonthlyTrigger.html</a></div><div><br></div><div>Thanks </div><div>Balz</div></div>
</blockquote></div><br></div>