advanced workflow - automatically synchronizing page

Sebastian Hahn asked on July 20, 2020 13:50

I am currently working on an advanced workflow.

I want a page to be automatically synced as soon as it is changed. Is this possible with the advanced workflow?

Correct Answer

Dmitry Bastron answered on July 20, 2020 15:32

Do you mean you have multiple Kentico instances and need to automatically sync content between them?

If so, automatic content sync using Staging is possible in principle. But the system will not generate tasks when the page is transitioning between workflow steps. According to docs here, only published version of the page will be synchronized. However you can try triggering Staging tasks in the code (inside event handler for example when the page is transitioning between workflow steps) but I'm not sure it will work, I haven't tried it personally.

0 votesVote for this answer Unmark Correct answer

Recent Answers


Dmitry Bastron answered on July 20, 2020 14:50

Hi Sebastian,

Could you please explain in more detail what do you mean by 'sync'? Are you syncing data between different systems or something?

0 votesVote for this answer Mark as a Correct answer

Sebastian Hahn answered on July 20, 2020 15:07

Hi Dmitry,

Yes, we have multiple systems and we want to keep the systems up to date (Pages). As soon as data is changed on a page (page tree), it should be synchronized directly. Even data on a page that have not yet been published.

0 votesVote for this answer Mark as a Correct answer

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