Relax icon indicating copy to clipboard operation
Relax copied to clipboard

Add SchedulableProcessStep to allow easy incorporation of Schedulable classes into Relax processes

Open zachelrath opened this issue 12 years ago • 1 comments

Currently Schedulable classes have to be coerced into the Batch Apex model in order for them to be considered 'Aggregable', and hence included in Relax Aggregate Processes by extending the BatchableProcessStep class.

What would be helpful is to have a SchedulableProcessStep class that Schedulable Apex classes can easily extend to make them candidates for Relax Aggregable processes. Along with this would need to exist a SchedulableRunnable class to kick off the Scheduled Job, but this should be doable.

zachelrath avatar Nov 02 '12 18:11 zachelrath

Hi zachelrath, How to schedule a job from visualforce page dynamically?

mahesh10811f0011 avatar Aug 08 '14 10:08 mahesh10811f0011