Hi All
This is a general question. If I have many of folders & subfolders in Orchestrator and try to get Asset value with OrchestratorFolderPath blank, from which folder will Asset be searched?
Thanks in advance!
Hi All
This is a general question. If I have many of folders & subfolders in Orchestrator and try to get Asset value with OrchestratorFolderPath blank, from which folder will Asset be searched?
Thanks in advance!
Hi @u2018dem0528,
If left blank, It will always look for assets in the folder where automation is deployed and being executed(whether it is folder or subfolder).
This property only needs to be defined when your process will be running from say folder A and you need to pick asset from say folder B. In that case, you would need to specify folder B.
Regards
Sonali
Thank you for answering. What about the case where you create package in Studio without deployment yet? My undeployed package failed to find Asset, whereas some of folders and subfolders actually have the searching Asset value. (This is where my initial question comes from.)
Hi @u2018dem0528,
If you are trying to run your process from studio and have not yet deployed to orchestrator, then in that case, folder that will be searched would be the one selected in status bar of studio as seen below. Select the folder from there you have assets defined in. It will work.
Regards
Sonali
Thank you so much for this. I just realized that the folder in status bar doesn’t have the Asset value my package was supposed to look for. Now no wonder why my package didn’t manage to locate. Thanks again.
Something worth noting is that you can use relative paths in the Orchestration folder. You can for example get it to grab assets from the parent folder or similar. This can be really useful in you don’t want to hard code folder names into your bot but know that it will be running in a subfolder and grabbing at asset from the parent folder.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.