How to search code in workflow or other places beyond "code search" scope?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2024 01:04 AM
How to search code in workflow or other places beyond "code search" scope? Code search can only search code script, business rules, but can't search in workflow and some other places, how to search within workflow code? thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2025 03:49 AM
Thanks for your quick response.
Actually my requirement is- there is a comment getting added to the catalog tasks via a workflow set value activity and it is happening for different workflows.. and I would like to get those list of workflows where this specific comment is being set and from which activity.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2025 03:54 AM
you can also go from the other way round - see where the catalog tasks are created, under what catalog items and to check the workflow associated with these catalog items
Navigate to the "Maintain Catalogs" > locate the particular Catalog Items and check their Workflow (either on the form or in a list view), then inspect the workflow what it does...
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2025 04:19 AM
yeah but there are too many catalog items and different workflows so it will be difficult to manually search each item. any help for a quick win would be greatly appreciated.