Start and Stop a process at a given time

Hi,

i build a camunda process which checks in a database for records to proceed.

The database will be filled with records 24h per day.

The camunda Prozess should only proceed records between a given time (i.E. beween 07:00 - 17:00 every day).

Is it possible to control that with a StartEvent or somethin else directly in camunda ??

Hope someone can help me ?

Best Regards,
Marco

You can programmatically suspend a process for a certain time, which would freeze all running tokens and prevent it from starting
https://docs.camunda.org/manual/7.10/reference/rest/process-instance/put-activate-suspend-by-proc-def-id/