You are here:
Can I Schedule Multiple Batch Jobs Using a Single Scheduled Flow?
Yes, you can create a single flow and associate multiple batch jobs with it. Each batch job can run independently or based on the results of a previous batch job in the same flow. A flow can't run multiple batch jobs simultaneously. Use the Wait element in the flow to run one batch job at a time.
Pause a flow until all the records in a batch job are processed by using a Platform event named Batch Job Status Changed Event.

