Expand my Community achievements bar.

The first preview of our new Community upgrade is live - check it out now.

Extracting a list of workflows with “query” nodes directed at a specific target

Avatar

Level 4

Hello community,

 

Within a workflow, we need to extract a list of all workflows that have a query node that have a query node targeting a table called ‘CEP’ in an output so that I can use it downstream of the workflow. Do you have any idea how this can be done?

 

Thanks

1 Reply

Avatar

Level 5

To extract workflows that contain Query activities targeting the CEP table, we need to scan workflow metadata using a JavaScript activity and inspect the query activity XML. This information is not available through standard workflow query activities.
can Ref; below links

https://experienceleague.adobe.com/en/docs/campaign-classic/using/about-workflows

https://experienceleague.adobe.com/en/docs/campaign/automation/workflows/advanced-management/javascr...