sunxia
2022-03-16 8532fb6e9d278f8dbd88e12bbe250c9c0a636556
1
2
3
4
5
global class CreateOpportunityTaskBatchSchedule implements Schedulable {
    global void execute(SchedulableContext SC) {
        Database.executeBatch(new CreateOpportunityTaskBatch(null),20);
    }
}