Camunda Timer Event - Time Cycle

Hi,
Platform: Camunda 8 SAAS
I want to create a time cycle event which triggers 5 days a week ie (monday to friday). I do not want the timer event to trigger on saturday and sunday.

Can you help me with this. I am really missing cron expression here.

Thanks

I haven’t actually tried this, but … according to the docs on temporal expressions you can create an expression like:
day of week(now())

The FEEL Documentation also indicates that you could look for weekday in your expression.

HTH,
dg