How can one solve the error "The following invoked workflows are missing" when running a library process?
Error: "The following invoked workflows are missing"
Resolution
To solve this issue, follow the recommendations provided below:
- Resolve any dependency from the Project panel before running or publishing the process. Right click on the dependency and choose "Repair dependency". Read more on the Managing dependencies
- Make sure to use the latest-deployed version of the activity packages or the one compatible with your UiPath Studio version, as per the information panel of each activity package.
- If a namespace is missing, the error will indicate which one. Import it into the project. More instructions on that, on the Managing Namespaces
- Convert any custom-made library intended for use in a Windows process to a Windows-compatible format. Take into account the requirements and limitations of using libraries, as per the About Libraries
- Migrate your custom-made activities to .Net 6 before using them in a Windows project. More instructions on that, on the Migrating activities to .Net 6
- Before adding an activity dependency package, verify the documentation page of it and ensure it is compatible with the type of project planned to use it in.