We use the folder structure below to separate DEV and PROD environments (Processes, Assets, Queues…)

When there is an evolution on a process from DEV env, I just sync the .nupkg package on the PROD folder,
The issue I have is to deal with Assets and Queues paths (for DEV they are under 01_DEV folder while it is different in PROD folder),
Any thoughts? Or is the folder structure we are using is problematic?
hi @zakaria_hamdane ,
When using the “Get Asset” activity in UiPath Studio, do you set the Folder Path property to “01_DEV” etc?
If you leave it empty, and the asset names are identical in all folders, bot should have no issue getting the correct asset depending on which folder it runs from.
Setting queue names identical in all folders will also avoid your issue.
Alternative is to set queueName as an asset but that’s just unnecessary additional work.
For best practice, I do suggest you setup different tenants for each environment.
1 Like
For clear separation between environments, please create tenants. Folders are for separation between departments or processes.
Thanks,
Ashok ![]()