How can I find all workflows that have reference to a particular field on a table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-12-2022 05:27 AM
Hi all,
We have a requirement where we need to find all workflows of catalog items that have activities referencing data from a particular field on a table. How can I achieve this?
I have tried searching in a couple of workflow tables with no luck. Please advice.
Regards,
Aditya
- Labels:
-
Multiple Versions
-
Service Catalog

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-12-2022 05:56 AM
Did you check for wf_activity table?
Filter by Value column & add required table for a check.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-12-2022 07:07 AM
I could not find a value column in wf_activity table.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-12-2022 07:53 AM
Hey,
Try and have a look at Values(sys_variable_value) table.
Bring Values column on the form:
Feel free to mark correct, If I answered your query.
Will be helpful for future visitors looking for similar questions 🙂
Aman Kumar