Hello Support,
We need to implement functionality in which user can add specific date for run workflow on specific date and time.
Can you please guide us how we can implement and add date field with workflow popup.
Thanks & Regards,
Bhanu Periwal
Solved! Go to Solution.
Views
Replies
Total Likes
Please have a look at https://www.albinsblog.com/2018/01/how-to-define-factory-of-osgi-schedulers-adobe-experience-manager...
It uses Scheduler API to trigger job as per a specific Cron Expression. The API should also be able to execute at a specific time.
You could Schedule a Job, which would execute the workflow on specific date/time.
Hi,
You can try something like below
https://github.com/arunpatidar02/aem63app-repo/blob/master/demo/schedule-wf-model.xml
Here you need to write custom java to set absoluteTime property and for replication you can use OOTB process
You can also check
Please have a look at https://www.albinsblog.com/2018/01/how-to-define-factory-of-osgi-schedulers-adobe-experience-manager...
It uses Scheduler API to trigger job as per a specific Cron Expression. The API should also be able to execute at a specific time.
You could Schedule a Job, which would execute the workflow on specific date/time.
@bhanuperiwal Did you find the suggestions from users helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.
Views
Replies
Total Likes