Search all workflows/activities for a specific word | Community
Skip to main content
Adobe Employee
September 5, 2022
Solved

Search all workflows/activities for a specific word

  • September 5, 2022
  • 2 replies
  • 2333 views

Looking for functionality to search for all workflows that might use a particular table or a field on a table…etc.

The report they are looking for would be at a campaign/workflow/activity level. The user would provide the word to search for.

 

For example:

searchString = dateOfBirth

 

campaign1         workflow1          activity 5

campaign1         workflow1          activity 2

campaign3         workflow2          activity 1

 

The only place I know of that has this detail is the memo field on xtkWorkflow and it doesn’t seem possible to parse this the way we need to - to be able to find the word in the data and then the corresponding activity name/label

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 David_Loyd

I believe there is a package from the ACX team. I think Support can install it. But you would view it in a web app.

2 replies

Anita_punmiya
Level 5
September 5, 2022

Hey @sandeepgeorge10 ,

 

If you query on xtk:workflowLog schema, filter for the specific word you are after using XML memo(data) from xtk:workflow schema field and then pull the activity name, workflow label/internal name, campaign label/internal name, I believe it should give you the required result. 

Hope this helps.

 

Thanks.

 

Adobe Employee
September 6, 2022

I see where you are going...but if I go from the workflowLog to the workflow schema and look at the XML memo - It will be the entire memo contents and not restricted to that particular activity right? So then I would have the same issue where I will find the searchString in the memo but not be able to tie it back to the correct activity.

David_Loyd
Adobe Employee
David_LoydAdobe EmployeeAccepted solution
Adobe Employee
September 6, 2022

I believe there is a package from the ACX team. I think Support can install it. But you would view it in a web app.

Adobe Employee
September 7, 2022

Thank you -  I have reached out to the ACX team to see if anyone can shed some light on it.