Hi Nikita,
I am using below method to schedule. if I change the cron param, it will create a new job with new time
ScheduleBuilder scheduleBuilder = jobManager.createJob(TOPIC).schedule();scheduleBuilder.daily(21, 00);
Hi I am trying to unschedule the sling jobs(Scheduled jobs) in aem 6.1 programmatically.
Its not working. I am using below method.
public void stopScheduledJob() {
Collection<ScheduledJobInfo> myJobs = jobManager.getScheduledJobs(TOPIC, 10, null); myJobs.foreach(sji -> sji.unschedule());
}
Pleas...
I am using AEM 6.4 want to list only project specific workflow in drop down list of "start workflow" and hide the out of the box workflows. Please suggest the best possible approach. PFA screenshot below. Thanks,Kaustuba TM
In AEM 6.4 when a page is published its version will increment by 0.1. My requirement is to increment the version by 1.0.Please suggest best approach for this. Thanks,Kaustuba TM
I am using AEM 6.4 want to list only project specific workflow in drop down list of "start workflow" and hide the out of the box workflows. Please suggest the best possible approach. PFA screenshot below. Thanks,Kaustuba TM