Issue in scheduling the microflow

0
Hi,    I am creating a weather application to retrieve the temperature details of various cities. I want to schedule the microflows to run automatically two times a day and store the data in database. I want that the microflows should run automatically even if the application is running or not at the specified time. I am not able to understand how to schedule them so that they can run automatically in the background at the scheduled time. So if anyone could help me in this.
asked
1 answers
4

Hi Mokshagna,

you can create a scheduled event, select the microflow you want to run and enable the repeat function.

 

Just note that:

Documentation:

https://docs.mendix.com/refguide/scheduled-events#1-introduction

answered