Find activities used by a package

My process does not have UI automation, but i’m still getting “no unused dependencies were found”, when removing unused dependencies. Its a REF Framework.

Is there a way to find activities that are using a specific package?

1 Like

Quick and Dirty:

  • Take a backup from the Project
  • remove the Dependency
  • Check if unresolved Activities were reported
4 Likes

Hey @NiesonF

You can try to create a backup and try removing the package. If something actually needs it, Studio will show you exactly which file or activity is using it during compilation.​​​​​​​​​​​​​​​​

This will solve your problems if not then share a screenshot of the error

Nice, will try this.