Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

https://docprod.pvt.hawaii.edu/kuali-build-services/api-docs/?urls.primaryName=kuali-build-utils#/Users%20and%20Groups/get_group__groupName__references

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. 

...