Expand my Community achievements bar.

SOLVED

Workflow Launcher should not trigger for com/day/cq/wcm/msm/blueprint/pageEvent

Avatar

Employee Advisor

Hi ,

 

I am trying to create a launcher but doesnt want to get trigger on com/day/cq/wcm/msm/blueprint/pageEvent .

Worklfow Launcher Configuration: 

Nikita___Garg_0-1670878384687.png

 

Please guide.

 

Thanks,

Nikita Garg

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

hi @krati_garg ,

 

Thanks for the above link .

 

Exclude list I tried as below : jcr:lastModified,dc:modified,dc:format,jcr:lastModifiedBy,event-user-data:changedByWorkflowProcess,event-user-data:changedByPageManagerCopy,jcr:versionHistory,cq:lastModified,jcr:baseVersion

View solution in original post

4 Replies

Avatar

Community Advisor

Hello @Nikita___Garg 

What are the steps to trigger "com/day/cq/wcm/msm/blueprint/pageEvent "?

 

Meanwhile, you could also check, if could use the "Exclude List" or "Conditions" to control the behavior.

 

Examples from other workflows:

aanchalsikka_0-1670906907098.pngaanchalsikka_1-1670906922830.png

Any property injected via the event could be used to fine tune the behavior via Conditions


Aanchal Sikka

Avatar

Employee Advisor

hi @aanchal-sikka ,

 

Edit the page in language master of we-retail. You will be able to see that in events. You can check the event in system console event. 

 

I have already tried all the above option in exclude list. 

 

Are you aware of ways to check on what all event-user-data are available.

 

Thanks,

Nikita Garg

Avatar

Employee Advisor

@Nikita___Garg 

You will get good explanation on event-user-data through this thread:

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/use-of-quot-event-user-dat...

 

Can you please add the exclude list options, that you might have tried.

 

Avatar

Correct answer by
Employee Advisor

hi @krati_garg ,

 

Thanks for the above link .

 

Exclude list I tried as below : jcr:lastModified,dc:modified,dc:format,jcr:lastModifiedBy,event-user-data:changedByWorkflowProcess,event-user-data:changedByPageManagerCopy,jcr:versionHistory,cq:lastModified,jcr:baseVersion

The following has evaluated to null or missing: ==> liql("SELECT id, subject, body, depth, post_time, author.login, author.id, author.rank, metrics.views FROM messages WHERE topic.id = '${topicId}' AND is_solution = true").data.items[0] [in template "analytics-container" at line 82, column 31] ---- Tip: It's the final [] step that caused this error, not those before it. ---- Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #assign acceptedAnswer = liql("SELECT... [in template "analytics-container" at line 82, column 5] ----