Expand my Community achievements bar.

Getting just the pages being rolled out instead of all nodes

Avatar

Level 7

I have a custom rollout action, When I apply that to a page and roll it out, it gets triggered for every node of each page. But I just want path of all pages that are being rolled out. 

One way could be checking primary type of the node and if its page, I can do further processing. 
It works fine for a single page but when there is a hierarchy being rolled out, I need to get all the pages(parent and children) and save if so I can do bulk processing. Is there a way I can get all the pages at once for rollout? 
Or 
Is there a way I can check if particular rollout has finished, so I can keep on saving those page path till the time rollout finishes?
 
I came across RolloutManager.RolloutProgress but could not find much info about how to use it?
 
Anybody with any experience on this?
 
0 Replies