{"id":8165,"date":"2022-02-06T00:21:58","date_gmt":"2022-02-06T00:21:58","guid":{"rendered":"https:\/\/max-drake.cc\/?p=8165"},"modified":"2022-02-06T00:22:01","modified_gmt":"2022-02-06T00:22:01","slug":"free-rpa-robot-process-automation-programs","status":"publish","type":"post","link":"https:\/\/max-drake.cc\/?p=8165","title":{"rendered":"Free RPA (Robot Process Automation) programs"},"content":{"rendered":"\n<p>At this point, not enough video&#8217;s to show how it can be useful. Come back in the future. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"su-dropcap-style-flat-w-su-dropcap-hat-is-rpa\"><span class=\"su-dropcap su-dropcap-style-flat\" style=\"font-size:1.5em\">W<\/span>hat is RPA?<\/h2>\n\n\n\n<div class=\"su-quote su-quote-style-default su-quote-has-cite\"><div class=\"su-quote-inner su-u-clearfix su-u-trim\">Robotic process automation (RPA), also known as software robotics, uses automation technologies to mimic back-office tasks of human workers, such as extracting data, filling in forms, moving files, et cetera. It combines APIs and user interface (UI) interactions to integrate and perform repetitive tasks between enterprise and productivity applications. By deploying scripts which emulate human processes, RPA tools complete autonomous execution of various activities and transactions across unrelated software systems.<span class=\"su-quote-cite\"><a href=\"https:\/\/www.ibm.com\/cloud\/learn\/rpa\" target=\"_blank\">IBM article description<\/a><\/span><\/div><\/div><div class=\"su-spacer\" style=\"height:20px\"><\/div>\n\n\n\n<p>I&#8217;m not sure if you need a listener or if you just run an automation when you need something to happen. I think the autonomy is the key here. It acts when certain events happen.  So I&#8217;d put <a href=\"https:\/\/www.automationworkshop.org\/\" class=\"su-button su-button-style-glass\" style=\"color:#FFFFFF;background-color:#e12613;border-color:#b41f10;border-radius:6px\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"color:#FFFFFF;padding:0px 18px;font-size:14px;line-height:28px;border-color:#ea685a;border-radius:6px;text-shadow:none\"> Automation Workshop<\/span><\/a>into this category. <\/p>\n\n\n\n<p>There is then the next step for intelligent automation that can have if\/else\/ etc and also learn and improve with ML or AI. I&#8217;ll not bother with that at present. <\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"long-term-bots\">Long Term Bots <\/h3>\n\n\n\n<p>I think the idea of RPA is that something sits in the background and when triggered goes through all the steps in the workflow to deliver a consistent output. So the thinking is different from how I&#8217;m using AutoHotKeys as a day to day shortcut tool to automate  daily tasks, this on the other hand is a more complex process in that it tries to do a whole workflow without human intervention, or at least as much as is possible. So a bigger picture workflow. Like responding to customer queries or processing invoices. <\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"archsmarter-3t-s\">ArchSmarter 3T&#8217;s <\/h3>\n\n\n\n<p>Michael talks about Revit task being:<\/p>\n\n\n<div class=\"su-list\" style=\"margin-left:0px\">\n<ul>\n<li><i class=\"sui sui-star\" style=\"color:#ffde0f\"><\/i> Technical<\/li>\n<li><i class=\"sui sui-star\" style=\"color:#ffde0f\"><\/i> Tedious<\/li>\n<li><i class=\"sui sui-star\" style=\"color:#ffde0f\"><\/i> Transfer of Information<\/li>\n<\/ul>\n<\/div>\n\n\n\n<p>Which is something to look for and analyse in a process to see if its suitable for RPA. <\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"su-dropcap-style-flat-f-su-dropcap-ree-rpa-software-references\"><span class=\"su-dropcap su-dropcap-style-flat\" style=\"font-size:1.5em\">F<\/span>ree RPA software references<\/h3>\n\n\n\n<p>I found this video and was interested with the Free RPA software. I did an article on Open RPA that has an interface similar to UiPath but I found it a bit buggy. On reviewing the other free RPA programs I recognised their methods abit more after the last time I visited the RPA area. <\/p>\n\n\n\n<div class=\"su-youtube su-u-responsive-media-yes\"><iframe width=\"600\" height=\"400\" data-src=\"https:\/\/www.youtube.com\/embed\/DNJhkRw5Pnw?\" frameborder=\"0\" allowfullscreen allow=\"autoplay; encrypted-media; picture-in-picture\" title=\"\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" data-load-mode=\"1\"><\/iframe><\/div><div class=\"su-spacer\" style=\"height:20px\"><\/div>\n\n\n\n<p>A list of free ones <a href=\"https:\/\/www.askeygeek.com\/best-rpa-tools-list\/#80-opensource-rpa-tools\" class=\"su-button su-button-style-glass\" style=\"color:#FFFFFF;background-color:#e12613;border-color:#b41f10;border-radius:6px\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"color:#FFFFFF;padding:0px 18px;font-size:14px;line-height:28px;border-color:#ea685a;border-radius:6px;text-shadow:none\"> Free RPA programs<\/span><\/a><div class=\"su-spacer\" style=\"height:20px\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"interfaces-are-variable\">Interfaces are variable<\/h3>\n\n\n\n<p>When I saw the Open RPA one I recognised the layout as being similar to UiPath, apparently what is under the hood is the same software structure, hence them looking similar. <\/p>\n\n\n\n<p>What I did find surprising was that the interface of Tag UI looked very similar to AutoHotKeys , so I thought that was interesting. Tag UI from Singapore, that has government backing<\/p>\n\n\n\n<p>Robot Framework look a bit like code structure too with lines showing steps, what I did like about this was you are able to comment out in the middle of the code, so its easy to put in an explainer about what you are trying to do. <\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"combining-programs\">Combining programs<\/h3>\n\n\n\n<p>I&#8217;m wondering if you can have an overall listener like OpenRPA and then get it to call AutoHotKey scripts? That may be a nice way to be able to fine tune the actual activity using AutoHotKey to do a lot of the individual steps with the Open RPA doing the overarching process triggering. So you could template the Open RPA and just call sub routines in AutoHotKey. <\/p>\n\n\n\n<p>I did start looking at the XML files from OpenRPA and I was wondering if you could cut\/paste small amounts of it from one bit of code to another. <\/p>\n\n\n\n<p>This is something to explore, using the strengths of some programs to compensate for weaknesses in others. <\/p>\n","protected":false},"excerpt":{"rendered":"<p>At this point, not enough video&#8217;s to show how it can be useful. Come back in the future. hat is RPA? I&#8217;m not sure if you need a listener or if you just run an automation when you need something to happen. I think the autonomy is the key here. It acts when certain events [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":8176,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[42],"tags":[],"class_list":["post-8165","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-productivity"],"featured_image_src":"https:\/\/max-drake.cc\/wp-content\/uploads\/2022\/02\/2022-02-06-13_21_07-Settings-600x400.jpg","featured_image_src_square":"https:\/\/max-drake.cc\/wp-content\/uploads\/2022\/02\/2022-02-06-13_21_07-Settings-600x600.jpg","author_info":{"display_name":"Max Drake","author_link":"https:\/\/max-drake.cc\/?author=1"},"_links":{"self":[{"href":"https:\/\/max-drake.cc\/index.php?rest_route=\/wp\/v2\/posts\/8165","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/max-drake.cc\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/max-drake.cc\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/max-drake.cc\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/max-drake.cc\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=8165"}],"version-history":[{"count":0,"href":"https:\/\/max-drake.cc\/index.php?rest_route=\/wp\/v2\/posts\/8165\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/max-drake.cc\/index.php?rest_route=\/wp\/v2\/media\/8176"}],"wp:attachment":[{"href":"https:\/\/max-drake.cc\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=8165"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/max-drake.cc\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=8165"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/max-drake.cc\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=8165"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}