Expand my Community achievements bar.

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

Send notification using workflow when page is published with published url

Avatar

Level 2

Hello all,

I have an OOTB workflow set up to launched via an Workflow Launcher when a page is published using Quick Publish.
However, the launcher is triggering whether I synchronize a page using our LiveCopy configuration as well as when a page is published. 

Is there a way to exclude the synchronization and only have the Launcher triggered when a page is published using Quick Publish? 
The workflow is meant to send a notification to management when a page is published. 

screencapture-author-p122506-e1213504-adobeaemcloud-ui-2025-04-09-08_33_55.png

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @carbfrze_crown ,

 

Can you try below condition in Exclude list  ?

event-user-data:rollout

This will prevent the launcher from triggering when the replication event was initiated by a LiveCopy sync (rollout), assuming the rollout sets "rollout" as the user data in the event—which AEM does by default.

 

 

 

 

Thanks,

Aditya Chabuku

View solution in original post

3 Replies

Avatar

Community Advisor

Avatar

Correct answer by
Community Advisor

Hi @carbfrze_crown ,

 

Can you try below condition in Exclude list  ?

event-user-data:rollout

This will prevent the launcher from triggering when the replication event was initiated by a LiveCopy sync (rollout), assuming the rollout sets "rollout" as the user data in the event—which AEM does by default.

 

 

 

 

Thanks,

Aditya Chabuku

Avatar

Level 2

This exclusion worked! Thanks for the suggestion.