Expand my Community achievements bar.

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

Identifying Triggering Workflow for External Signal in Workflow

Avatar

Level 2

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

@Vipul_Raghav 

Thanks

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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_0-1750083668670.png

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

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_0-1750083668670.png

Avatar

Level 2

Thanks!!