AEM Configurable Schduler | Community
Skip to main content
Level 2
August 27, 2017
Solved

AEM Configurable Schduler

  • August 27, 2017
  • 3 replies
  • 1303 views

Hi All,

I have a requirement where need to configure a schduler that will send JCR data of specific node via email everyweek to sales team. I would like to make this schduler configurable to be able to select path + osgi service, so that same can be used if I want to tun this schduler for another new form.

really appreciate all your help if anyone of you please let me know how to make configurable schduler in AEM 6.2.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by joerghoh

Hi,

There is no such ootb component available, you need to implement it on your own.

kind regards,

Jörg

3 replies

joerghoh
Adobe Employee
Adobe Employee
August 27, 2017

Hi,

It's quite easy to turn a service into a factory service (see [1]).

Jörg

[1] OSGi how to run mutliple instances of one service - Stack Overflow

Level 2
August 28, 2017

Thank you so much for the solution.

Also, is there a way to create a component or any other solution to configure email recipients and JCR data path for Administrator to send email via schduler.

joerghoh
Adobe Employee
joerghohAdobe EmployeeAccepted solution
Adobe Employee
August 28, 2017

Hi,

There is no such ootb component available, you need to implement it on your own.

kind regards,

Jörg