Li Jun
2022-05-10 896e69e68ecc01b0b8a4c03dd010e0a31603be6e
1
2
3
4
5
global class CreateOpportunityTaskBatchSchedule implements Schedulable {
    global void execute(SchedulableContext SC) {
        Database.executeBatch(new CreateOpportunityTaskBatch(null),20);
    }
}