You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 theBatchableProcessStep
class.What would be helpful is to have a
SchedulableProcessStep
class thatSchedulable
Apex classes can easily extend to make them candidates for Relax Aggregable processes. Along with this would need to exist aSchedulableRunnable
class to kick off the Scheduled Job, but this should be doable.The text was updated successfully, but these errors were encountered: