Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

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

Avatar

Employee Advisor

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

 

@component(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";

1 Antwort

Avatar

Community Advisor

Hi @Bimmi_Soi 

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

 

Thanks

Dipti