Steps - Batch
The Step - Batch scheduler job is the batchable variant of the standard Step job, specifically engineered to process large volumes of data efficiently.
Configuration
The configuration process is almost identical to the one described in the standard Step Scheduler Job guide.
The only difference occurs during the Register The Step Step: you must select Step - Batch in the Job Type field.

ℹ️ Note on Data Volumes: The Step - Batch job type is specifically optimized for bulk processing of large datasets (e.g., 10,000+ records). If you need to process smaller datasets more frequently (e.g., 200 records every 6 hours), it is highly recommended to use the standard Step Scheduler Job type instead.