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