Custom batch scheduled with cron expression

Hello everyone,

I’m working with this cool extension and so far I’ve implemented my batch job handler (extending from CustomBatchHandler). I need to schedule the execution of my job handler 4x per day by using a cron expression.

However, I don’t find any example of it and as my experience in Camunda is not so deep I’d kindly ask here if there is any config option so that I can achieve this.

Thanks in advance!