Give us feedback
cronexpression
Web icon

CronExpression

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 18 May 2020 by 
0.0
 (0 ratings)
cronexpression

CronExpression

Details
An extension that allows you to get next date using CronExpressions. Use http://www.cronmaker.com/ to create your cron Expression
Read more

CronTrigger uses “cron expressions”, which are able to create firing schedules such as: “At 8:00am every Monday through Friday” or “At 1:30am every last Friday of the month”.

A cron expression is a string comprised of 6 or 7 fields separated by white space. Fields can contain any of the allowed values, along with various combinations of the allowed special characters for that field. The fields are as follows:

So cron expressions can be as simple as this: * * * * ? * or more complex, like this: 0/5 14,18,3-39,52 * ? JAN,MAR,SEP MON-FRI 2002-2010


Actions

  • CronExpression: This method allows you to get next running date using ConExpressions.
Release notes (1.0.0)
Reviews (0)
Team