Custom Rollout config called when not selected while rolling out the page | Community
Skip to main content
Adobe Employee
June 25, 2021

Custom Rollout config called when not selected while rolling out the page

  • June 25, 2021
  • 1 reply
  • 622 views

Hi All,

 

I have created a custom rollout config, but its getting called even when I have not selected it while rolling out the page. Can some one tell what am I missing

 

@8220494(immediate = true, service = LiveActionFactory.class, property = {
LiveActionFactory.LIVE_ACTION_NAME + "=" + SiteReferencesUpdateActionFactory.LIVE_ACTION_CLASS_NAME,
LiveActionFactory.LIVE_ACTION_NAME + "=" + SiteReferencesUpdateActionFactory.LIVE_ACTION_NAME })
public class SiteReferencesUpdateActionFactory extends BaseActionFactory<BaseAction> {
public static final String LIVE_ACTION_CLASS_NAME = "SiteReferencesUpdateAction";
public static final String LIVE_ACTION_NAME = "linkUpdate";

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Dipti_Chauhan
Community Advisor
Community Advisor
June 30, 2021

Hi @bimmiso 

   what is the name of your liveaction which you have included in custom rollout config? is it referencesUpdate?

 

Thanks

Dipti