28-02-22 09:49 AM
Hello Community Members,
Today I want to talk about configuration files which are nothing but simple excel files that makes RPA delivery a lot easier.
One of the main goal of any RPA process (from its inception) is to make the Parameters/Variables externalized as much as possible, and that is where the use of configuration files comes in to picture.
For e.g. Project Folders, Credentials name, Website URLs, Timeouts, Retry attempts, Email IDs for alerts, Defer time, Max attempts, Queue name, Append Fields, Dynamic delay, API Calls, Dynamic Expressions, etc - these are some sets of parameters that are dumped into config files but can be many more as you develop your logic.
Config files are built to keep in mind that business users can update the config parameters at a given time as per the requirement and code changes are not needed.
Blue prism logic should be efficient enough to adapt to config changes and work accordingly.
And as we start using config files in the project we must avoid hard coding of the values inside processes & objects.
What are your thoughts! Feel free to add more insights to this #BPTechTips.
#BPTechTips #TipOfTheDay
28-02-22 12:02 PM
28-02-22 01:18 PM
Hello Tejaskumar,
We utilize configuration files, but this perspective is actually pretty cool. Do you have any examples of how you have structured all variables you mention below?
Lourdes Urena | Sr. Solutions Engineering (RPA) | W.W. Grainger, Inc.
Ph: 224-724-5080| lourdes.urena@grainger.com |www.grainger.com
07-06-22 08:40 PM
Hello Tejaskumar,
Thank you for sharing, I do not commonly use configuration files in my work so I have a few questions:
07-06-22 11:31 PM
08-06-22 12:52 PM
09-06-22 09:40 AM