Relax
Relax copied to clipboard
Add SchedulableProcessStep to allow easy incorporation of Schedulable classes into Relax processes
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.
Hi zachelrath, How to schedule a job from visualforce page dynamically?