Service Description: Using the MIP’s Timer Sender feature, flow charts and services can be triggered and run depending on time.
Scheduler – Cron: This variable allows determining the working interval and frequency of the defined service in Cron expression. Cron expression is used to schedule tasks to run at specific intervals or on specific dates and times.
For example, the expression used in the image (0 0/15 * 1/1 * ? *) is every 15 minutes (0, 15, 30, 45th minutes), at the beginning of every hour (00th minute), every day (1/1), It refers to a scheduled task that will run for every day of every month (any day).
This Cron statement can be read as:
Seconds: 0
Minute: Every 15 minutes (minutes 0, 15, 30, 45)
Time: At the beginning of every hour (00th minute)
Day: Every day (1/1)
Month: Every month
Day of the week: For every day of every day (any day)
This expression represents a task that runs every 15 minutes, at the beginning of every hour.
Get in touch with us to kickstart your integration journey.