Question
We are considering a configuration where workspaces are separated for development and production environments.
I understand that various resources (variables, connections, etc.) are created by specifying profiles and workspaces.
I would like to switch resources without editing scripts. If I switch profiles, will the workspaces included in the various paths also switch automatically?
Answer
No, workspaces are not automatically switched when you switch profiles.
If you switch profiles, you will need to manually change the resources referenced in the script.
Workspace is a function for grouping various resources by team or work unit.
On the other hand, Profile is a function to define user access privileges and setting values for each resource in advance, and to switch resources to be referred to for each script execution. Therefore, switching profiles does not automatically switch workspaces to which the resources referenced by the script belong.
If you want to switch resources without editing scripts, we recommend you use profiles to control access privileges within the same workspace.
For details on the profile, please refer to the following manual.
Comments
0 comments
Article is closed for comments.