global class CreateOpportunityTaskBatchSchedule implements Schedulable { global void execute(SchedulableContext SC) { Database.executeBatch(new CreateOpportunityTaskBatch(),20); } }