Skip to main content
Level 3
June 16, 2025
Répondu

Identifying Triggering Workflow for External Signal in Workflow

 I have a WF that has an External Signal function. How do I find out which activity is triggering this WF?

@vraghav 

Thanks

Meilleure réponse par ParthaSarathy

Hi @rntrp ,

Go to Workflow view folder's advanced filter or navigate to  Administration > Data schema > xtk:workflow schema > Data tab > Advanced filter > apply the below filter:

data contains xtk.workflow.PostEvent("internalNameOfYourWorkflow

2 commentaires

ParthaSarathy
Community Advisor
Community Advisor
June 16, 2025

Hi @rntrp ,

Go to Workflow view folder's advanced filter or navigate to  Administration > Data schema > xtk:workflow schema > Data tab > Advanced filter > apply the below filter:

data contains xtk.workflow.PostEvent("internalNameOfYourWorkflow

~  ParthaSarathy S~  Click here to join ADOBE CAMPAIGN USER GROUP for Quarterly In-person | Hybrid | Virtual Meetups
rntrpAuteur
Level 3
June 16, 2025

Thanks!!