Job scheduler

0
Hello,  I’m trying to develop batch process that pass file from other systems and import data into Mendix.   Mendix has Job scheduler tool that schedules, kick and monitor jobs?   Or, in case job scheduler like Tivoli is used for job management, can I package microflow to call from the job scheduler? Please let me know how to implement batch process management.   Thank you for your corporation. 
asked
1 answers
0

Risa,

Mendix does have a scheduler.  You can read about scheduled events here:  https://docs.mendix.com/refguide/scheduled-events#1-introduction  I think if you combined this with a REST call (to get files from other systems) you will be able to accomplish what you need.  REST call documentation can be found here:  https://docs.mendix.com/refguide/consumed-rest-services#1-rest and here: https://docs.mendix.com/refguide/call-rest-action

Hope that helps,

Mike

answered