Where will the packages(Metadata) stored after publishing a workflow from studio to Orchestrator?
@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 theNuGet.Packages.Path
parameter. On the Robot machine, this folder path is set in theNuGetServerUrl
parameter, in theUiPath.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.