I am trying to upload my workflow package to orchestrator, but the packages are “propogating” to be huge in size.
Please see a flow of my actions:
I publish project from UiPath to a custom folder (to send to a different Orchestrator account than the one associated with my Studio account)
(as you can see from the last package, I naively tried to rename it in order to minimize the file size. . .)
I have run into issues with the file size being too big to upload to Orchestrator/use with Robot. In the past, I have just deleted the packages to “restart” the file size. . . I know this is not ideal for version control, but I don’t understand another way to allow for workflow changes (and therefore package updates) without the file size blowing up (doubling, it seems).
check your uiPath project and ensure that no folder is inside, which is containing temporared working data e.g. downloads, created reports from the bot. In the majority of similar cases this is the issue while package file size is increasing in such a way.
Delete the no longer data and publish again.
It si recommended to organize a bot in such a way, that the automation process working data is split on a work dir away form the automation project/package data e.g. C:_RPA\WorkDir\ProcessXXX