0
votes

I have a requirement to develop approve-reject workflow. If user wants to approve the content he may schedule the activation by selecting date and time field from the review stage(workflow inbox), if he rejects the content an email notification should be sent to approver group and workflow initiator.

I used dialogue participant step to configure datetime field and approve group where approver can select the date.

How can I achieve the remaining functionality.

Is there any OOB functionality available.

1
SOF is not a free coding service. Please try to ask exact programming questions here.Pmpr

1 Answers

0
votes

You could create a custom Process workflow step that uses the Scheduler API to schedule a Sling job at the timestamp that was chosen by the user in the participent step.

That Sling job can use the Replicator API to replicate the approved content.