Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
zachelrath opened this issue Nov 2, 2012 · 1 comment
Assignees
Milestone

Comments

@zachelrath
Copy link
Owner

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.

@ghost ghost assigned zachelrath Nov 2, 2012
@mahesh10811f0011
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants