Publish Later Option for Publisher in notification box.
Hi All,
We have a requirement to provide content Publisher capability to set a date for Page Activation in the workflow.
Functionality: When workflow reaches to the Publisher after being reviewed by Reviewer, he/she should be able to set a future Publishing date for the Activation of the Page.
We tried with using Dialog Participant step in the workflow model. We provided a date picker in the dialog of the same. And then after the dialog participant step, we are using the steps as they are in the existing "Scheduled_Activation" workflow. i.e "Waiting for activation" Participant step with "AbsoluteTimeAutoAdvancer" Timeout handler. And process step with "Activate Page" process.
But we are facing the issue here that the page is not getting published at the date that is provided in the datepicker dialog. The absoluteTime property is also not getting set in the metadata node of the workflow.
Kindly suggest.