Missing Arguments in Invoke Workflow after Package Download

We had a developer leave our company a few weeks ago and I have been assigned one of their processes which is broken. I downloaded the package from Orchestrator and extracted the contents from the .nupkg. I then created a new folder in my UiPath project folder, moved the files there, and then opened the project. This is what we have done hundreds of times in the past and it always worked, but all of the invoke workflow activities do not have arguments available for this process. They just look like this:
image

The same goes for the “For Each” activities. There is nothing showing within the scope:
image

Has anybody experienced this and is there any way to fix it?

Hi @Garret

Check whether you have UiPath.System.Acticities dependency installed or follow the below steps and install it

Go to Manage Packages-> All Packages-> Type UiPath.System.Acticities-> Click Install-> Click Save.

Regards

That worked. Thanks. It had the UiPath.system.activities.runtime installed, but not UiPath.system.activities.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.