Call scheduler from aem workflow
Hi
i have a custom workflow in place… where i am getting the content approved and after approval, i have custom process step - CustomActivationProcess implements workflowprocess
…. some logic…
then i am replicating the payload right away..
but now i want to schedule this replication… from this payload/jcr:content i am getting ontime property.. and i want to schedule replication at this ontime…
Another class i have written is scheduler class which will schedule replication for any given pagepath…
Now actual pagepath is in process class… can i call scheduler from there ? How
or is there any better way to acheive this …
but i have to use ontime property only to get scheduled replication time.
