Search code examples
ibm-mobilefirstscheduled-tasksquartz-schedulermobilefirst-adaptersmobilefirst-server

Mobilefirst 8.0 and scheduled tasks (similar to Quartz)


I'm using MobileFirst 8.0 in my project and I'd like to add some interesting use cases... Anybody knows if there are any options to schedule tasks in MobileFirst?

I have experience with Quartz library. Is there something similar to it? Or something that the MobileFirst server provides for this purpose?

Thanks in advance and best regards


Solution

  • Custom tasks cannot be scheduled in MobileFirst 8.0.

    You can, however, have schedulers or jobs running outside of MFP, that invokes MFP REST endpoints to execute some task/job periodically.

    List of MFP REST endpoints:

    REST API for the MobileFirst Server administration service

    REST API for the MobileFirst Server push service

    REST API for the MobileFirst runtime