Invantive Cloud task scheduler

No, there is currently no task scheduler integrated into Invantive Cloud (in the past we have started a project for it but it was indefinitely postponed for further execution after some internal-only releases).

Instead, it is recommended to trigger events on Invantive Cloud from the outside. The solution chosen varies widely, but all are based upon sending a HTTP request to an Invantive App Online module, such as:

  • curl in batch or shell script, possibly from crontab or Windows Task Scheduler
  • Google Functions
  • Azure Functions
  • Python, R, etc.

See also:

There are currently no plans to prioritze on task scheduling, since the external solutions seem to meet the demands better for enterprise use.