How to know all workflows referring a particular schema in adobe campaign instance | Community
Skip to main content
Level 4
November 22, 2021
Solved

How to know all workflows referring a particular schema in adobe campaign instance

  • November 22, 2021
  • 1 reply
  • 1831 views

Hi All,

 

Is there any direct or related way of fetching the workflows/campaigns where a particular data schema is used either as a link or as a targeting/filtering dimension [any clue which says this data schema is being referred].

Requirement: To fetch the workflows/campaign workflows which have used a particular schema, ex abc:table1. Instead of doing manually which is time consuming, is there a way this can be achieved?  

All I could figure out as of now is to fetch the details from xtk:workflow which have this table in its memo data.. Are there any other possible ways to do the same?

 

Any related ways will also be very helpful.

Thanks in advance!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Malarrajan_Sundar

Hi @poonam_dogra ,

Try this way.

- Query the xtk:workflow schema with the below filtering condition 

  Query: XML memo contains 'nms:delivery'

 

Thanks,

- Malarrajan Sundarraj

1 reply

Malarrajan_SundarAdobe EmployeeAccepted solution
Adobe Employee
November 23, 2021

Hi @poonam_dogra ,

Try this way.

- Query the xtk:workflow schema with the below filtering condition 

  Query: XML memo contains 'nms:delivery'

 

Thanks,

- Malarrajan Sundarraj

Level 4
November 23, 2021

Thank you @malarrajan_sundar , for responding and helping 🙂