This thought has been nagging me for a while now, and I’m looking for other opinions. I’m just going to think out loud here.
“RPA” has actually existed for roughly 20 years now. Scripting languages such as AutoIt or AutoHotkey can do pretty much everything current RPA tools can. Since the late 90s surface and connector automation has been used to automate mundane office tasks, often by the “office geek(s)”. It’s really just a matter of having affinity with programming and common sense to automate the process properly. Security also plays a part.
And yet, today, it has become an enormous hype. RPA vendors are popping up from all over the world. RPA consultancy is booming business. There is a huge demand for RPA developers. Months of man-hours and thousands of dollars are being pumped into projects to automate existing processes using RPA.
I don’t believe in the specific roles of “RPA Developer”, “RPA Business Analyst”, “RPA Solutions Architect” etc. In my opinion any existing developer, IT business analyst or IT solutions architect should be able to learn about RPA quickly and apply it in practice. Most of it is common sense; you’re emulating mundane actions currently performed by a human. I view RPA as one of the possible ways to solve an IT problem and any IT professional can learn about this to expand their skillset.
I understand that enterprise-level automation requires more than just an AutoIt/AutoHotkey script (in part due to the lack of knowledge and career opportunities for these scripting languages). I understand the need for an RPA-specific tool with enterprise support. But why are we conjuring up “RPA Developers”, “RPA Business Analysts”, “RPA Solutions Architects” etc? People who sometimes have no background in IT but receive a relatively short training?
Is there a risk involved? For example, exception handling is standard practice for any junior developer, yet in the context of RPA it’s presented as a big deal. Could a lack of development experience/affinity possibly lead to longer development times (and cost), buggy implementations, code smell, etc?
On the other hand, experienced developers/software engineers may not be interested in RPA tools due to the lack of coding involved. It doesn’t pose much of a challenge.
Does anyone have any thoughts on this subject?
-Trog