- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2023 08:06 AM
We are in the middle of re-designing our workflows and our assignment groups to add 3rd party support. Simply put, I need to find all of the catalog items that have an associated workflow that assigns a TASK to a specific assignment group. Is there any way to run a report to find this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2023 09:26 AM
Hi @Brent CoxCox,
Interesting,
Considering you are using the "Catalog task" activity definition in your workflows to fill the assignment group through "Fulfilment group" option.
I request you to navigate on "/sys_variable_value_list.do?sysparm_query=variable%3Dd7f2bd33c0a801650021da8ff242a081%5E&sysparm_view="
This will filter out all the list of catalog task used in all workflows and from here, in list view you can check the value which is the assignment group.
Adjust the filters in the table as per your need (e.g.: if you are assigning the assignment group from different activity definition)
It was interesting, Thanks.
Hope this might solve your query.
Thanks and Regards,
Rahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2023 09:49 AM
Interesting, I was trying this before, but it wasn't capturing all known results for some reason. I went and compared, and it was because for one of the workflow items the "populated task variables" was getting Task value from values and not "fields." When I changed it to "fields" on the workflow and ran the query again like above it showed up.