Can someone explain me or point me to an UiPath documentation describing activities settings determination tree?
Specifically, I would like to know if activity setting at project level will override library/activity level settings.
In my particular case I had the following setting of Application/Browser:
1/ at project level Resize Window = maximize
2/ at library level Resize Window = none
3/ at activity level Resize Window = none
I expected that project setting will take precedence over library and activity setting (given there were no specific settings). In reality project setting did not apply and browser window openned in custom activity in library did not maximize.
Any library activities will run in the instance of the process but the settings of the library are independent to the process…unless you pass the value from process explicitly into the library…
The project level settings will effect only till the project level and will not modify library level
Because if you see the structure of the folders in .nuget you can see library will have a separate folder from where it stores its activities and would run and not get downloaded into the process folder