How to schedule events????

0
I am making a weather application in which i want to schedule some events. I want the microflow which i created to call the rest service should be triggered automatically at particular two times a day. I am running my application locally, so i want that microflow should be triggered in the background even though the application is not running and when i open my application the next day the data should have been stored in the database means self-learning application.
asked
1 answers
1

If you run locally this is not possible. If the app is not running no microflows will be triggered.

When you run in the cloud you could use schedule events: https://docs.mendix.com/refguide/scheduled-events#1-introduction

or use a scheduler module: https://appstore.home.mendix.com/link/app/1750/

https://appstore.home.mendix.com/link/app/435/

answered