Apply same Workflow on different Page types

Mohamad Ramadan asked on March 29, 2021 09:41

Hello We have a scenario as follows

we have 2-page types

  1. Articles
  2. Quizzes

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

Recent Answers


Juraj Ondrus answered on March 29, 2021 10:29

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?

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.