Force to activate page set as scheduled activation and pass arguments to QA environment
Hi guys,
We have some scenario here where we have 2 authoring (Author and QA) to handle our content before it will be pushed to live (Publisher).
Our problem is how to push the page that is scheduled for activation to QA but we want it to be pushed to QA automatically and include the schedule data as part of the page properties. And when QA person approve the page, it will be treated as scheduled activation on the QA instance.
My initial solution is:
Author instance:
Author => schedule a page to be activated => listen to the workflow instances => capture it then process if it is scheduled page => force to activate the payload path with the schedule details to QA.
QA instance:
Then QA receive the payload with the schedule details => QA person check the page and approves it => Then before publishing it, I think I need some listener again to check if the page has schedule details, then it will be treated as scheduled for activation rather than immediate.
Do you have any experience regarding this setup?
Thanks!