Yes, If you change anything in the config file then again you have to publish packge into orchestrator. Published package contains config file data, workflows and package and its version used in our process etc…
Isn’t there any other approach as in case every time when a password is changed or reset for any login we will have to publish it from studio and deploy on orchestrator.
@mohammedamaan, you can keep the config file at a network location and make sure that robot machine has access to the file. Once you do so, you would no need to re-publish the bot. you can just go and change the content in your config file and enjoy.
Just like @vikaskulhari just mentioned, you have the config file in a network drive which can be shared among all the machines where robots are installed and running. This helps you to change the configurations without really deploying the program to orchestrator again and again.
Are you referring to password changes here? I’m not sure why you need to have the passwords in the config file. You can simply use a Orchestrator credential asset to store the password and refer it from the config file.
Excellence is achieved by constant challenging and breaking off from your limitations. It isn’t taught or given; it begins within you. – @Lahiru.Fernando
Can you explain the scenario by using some screenshots so I can get a better idea?
Excellence is achieved through constant challenging and breaking off from your limitations. It isn’t taught or given; it begins within you. – @Lahiru.Fernando
Yes I did. And after publishing i changed the value in config file to see if it is reflecting with new value but it is taking the same old value which was during publishing.