Hello We have a scenario as follows
we have 2-page types
the Quizzes page type created below the articles on the tree menu
as a requirement, we need the quizzes page type to take the same articles workflow steps so if the article in a specific step the quizzes below this article will be on the same step
In general you could use a global event handler and catch the workflow events. So, when page A is moved to some workflow step, you will use the API to move page B into the same step. But what if page B is not ready to be moved to another step yet?
Please, sign in to be able to submit a new answer.