How to create a recurring job in the platform

I need to execute logic on a recurring basis to do batch processing. How do I do this?

1 Like

Job Scheduler is a scheduling mechanism that automates the execution of jobs at predefined intervals or times. It supports the configuration and execution of one or more logic blocks within each scheduled job.

1 Like

Thank you @robert.k! Are there any limitations on what kind of logic block can be configured in my job scheduler? I just tried to configure my transaction logic block type and it won’t let me.