...
For the service, we do a graphql call that gets all the documents in the system to check the workflow. That takes a long time and gets a 502 error from KB many times. Maybe we can page through the results?
Background
Kuali groups cleanup needs to be done however, it's impossible to know if a group is being referenced. There's a graphql query that attempts to do this but it's not efficient, thus we need to do this programmatically.
...