Examples
Examples
The Breezz Framework comes with a variety of out-of-the-box Scheduler Job Types designed to handle the most common automation and data manipulation scenarios in Salesforce.
Whether you need to clean up old data, execute complex flows, or run custom Apex logic, there is a job type built for it.
Standard vs. Batch Variants
Almost every job type in Breezz comes in two flavors:
- Standard: Optimized for frequent runs on smaller datasets.
- Batch: Engineered for bulk processing of massive datasets (e.g., 10,000+ records) without hitting Salesforce governor limits.
Available Job Types
Explore the specific configurations and use cases for each job type below:
- Data Manipulation & Maintenance:
- Cleanup / Cleanup - Batch
- Create Record / Create Record - Batch
- Modify Context Record / Modify Context Record - Batch
- Text Field Cleanup / Text Field Cleanup - Batch
- Concatenate Fields / Concatenate Fields - Batch
- Generate UUID / Generate UUID - Batch
- Process & Logic Execution:
- Autolaunched Flow / Autolaunched Flow - Batch
- Step Scheduler Job / Step - Batch
- Steps Group Scheduler Job / Steps Group - Batch
- Anonymous Apex
- Queue Management:
- Async Job Queue Processor
- Custom:
- Building a Custom Job / Building a Custom Batch Job
Select any of the topics from the sidebar menu to view configuration guidelines, parameters, and code examples.