Hi All,
We are working on one requirement where we need to implement custom LiveAction for achieving custom rollout (master to live site). The trouble is, we need to rollout the specific components from master site to specific live sites. Need to implement conditional rollout depending on certain properties. If we write custom LiveAction, we are not able to restrict the component from getting rolled out to certain live sites. How could we restrict the rollout of certain components in the custom action?
We have thought of following solutions.
1) There is a method "isExcludedNode()" in RolloutManager which can restrict a node from getting rolled out. However we are not able to find the property to be set at node level to make the node excluded = true.
2) Like overriding the LiveAction, can we override RolloutManager also?
Please please please somebody help me.
Thanks.