Packages storage in orchestrator

Where will the packages(Metadata) stored after publishing a workflow from studio to Orchestrator?

Hi @gantalaramu

Welcome to our UiPath Forum! :slight_smile:

The metadata will be part of the package.

@loginerror Thank you for responding to my question, Does Orchestrator uses any database to store those packages? Like queues and assets in SQL and logs in Elastic search.

Please see this documentation article to learn more:

Especially this bit:

Packages published to Orchestrator are sent to a default web app that uses the NuGet protocol (NuGet, MyGet). On the Orchestrator machine, the folder path is displayed in the web.config file, under the NuGet.Packages.Path parameter. On the Robot machine, this folder path is set in the NuGetServerUrl parameter, in the UiPath.settings file. If your Robot is not connected to Orchestrator, the default location of the packages is %ProgramData%\UiPath\Packages .

Thank you I’m almost there, So can we check the Meta data in this package?

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