Report on specific group used in approval - group activity on workflows
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2024 02:48 AM
I'm looking to report on which workflows use a specific group for group approval. I've seen posts to find this for open records but I need to see the workflows that would generate approvals.
I think I'm looking at the wf_activity table but can't find the filters I need.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2024 05:29 AM
You can start with the sys_variable_value table where Value contains your specific group sys_id. The ID (document_key) field on this table links back to the wf_activity record that shows you which workflow it is used in.