Calling Orchestrator API from Different Folders

Hi @Sisay_Dinku

To call the Orchestrator API from different folders in UiPath Studio, you can use the UiPath.Orchestrator.Extensibility.Activities NuGet package, which provides activities for calling the Orchestrator API from your UiPath automation projects.

To use the UiPath.Orchestrator.Extensibility.Activities NuGet package to call the Orchestrator API from different folders in UiPath Studio, you can follow these steps:

  1. In UiPath Studio, open the automation project that you want to use to call the Orchestrator API.
  2. In the Project panel, right-click the Dependencies node and select Manage Packages.
  3. In the Manage Packages window, search for the UiPath.Orchestrator.Extensibility.Activities package and select it.
  4. Click the Install button to install the package in your project.
  5. After the package is installed, you can use the activities in the UiPath.Orchestrator.Extensibility.Activities namespace to call the Orchestrator API.