Backgroung job not task

Hello, can someone help me find some support document to learn how to perform background jobs (not tasks as already supported). Let me explain: I need to make a background job to send an automated weekly report without user intervention to a couple of users about Invoices not approved for payment.
Is this possible?

thanks!

1 Like

Hi,

There are multiple ways on running code without a user context. One common way is using quartz.

Jmix has a dedicated addon for it:

https://docs.jmix.io/jmix/quartz/index.html

I hope this helps :slight_smile:

Cheers
Mario

Thank you! :smiley: