SlideShare a Scribd company logo
©Copyright 2015 OpenConnect Systems Inc.
Using Automation to Improve Processes and Reduce Costs
Introduction
Automation is used by many organizations to reduce costs by
eliminating or augmenting manual labor. If used properly, it
can help organizations reduce costs and improve the over-
all quality of work. However, too many companies approach
automation with little research and end up spending a tre-
mendous amount of time and money managing automation
scripts that bring little value to the company. In fact, most or-
ganizations that use automation don’t fully understand the
actual financial impact achieved, if any.
This whitepaper addresses the most common issues related
to automation and describes a proven approach to:
•	 Identify automation opportunities that will provide the
highest return on investment
•	 The best approach to automate processes and digital
work
•	 How to measure the impact of the automation efforts
For any organization to have a successful automation pro-
gram, it first needs to have a process in place to identify au-
tomation opportunities. This is the most critical step to help
ensure the program is a success. This can be achieved by elim-
inating the standard pitfalls outlined below:
1.	 The “Squeaky Wheel” syndrome
2.	 Automate Everything
3.	 Partial Automation is the Answer
The Squeaky Wheel
You’ve heard the saying “The squeaky wheel gets the grease”.
In business it typically means that the person who complains
the loudest gets the most attention. But it doesn’t mean it is
warranted or the most necessary priority. Many organizations
create processes that allow end users to submit requests for
improvements, including automation. While this is a good
idea it should be exercised with caution so that the loudest
people don’t drown out issues with higher potential value. It
is best to establish an “automation review board” that can pri-
oritize automation opportunities with those that provide the
highest value to the organization.
Automate Everything
This is the approach taken by organizations that have had
some success with automation and now assume that every-
thing can and should be automated. Automation can improve
accuracy by endlessly performing repetitive tasks that are
often error prone when performed by people. However, if it’s
not carefully planned it can also make the process much more
complicated actually driving up overall costs or achieve only
marginal improvements while not delivering value that ex-
ceeds it overall cost.
Partial Automation
Partial automation is a great way to augment human activity
and can actually improve quality. Partial automation can be
used to automatically capture data from one application and
paste it into the second application. The benefits of this type
of automation can reduce errors, improve performance and
provide an audit trail.
The downside to partial automation is that it can be time-con-
suming, costly to design, implement and support compared
to the actual benefit received. As in the previous example,
don’t get caught in the trap that all automation is good so
let’s find every little piece of mundane work and automate it.
Analysis is the Key to
Automation
A good automation strategy should include an analysis step
to make sure you target the correct processes to automate.
Before you can decide what to automate, you first need to
identify the pool of potential opportunities. There are several
ways to accomplish this including:
White Paper - Process Automation
©Copyright 2015 OpenConnect Systems Inc.
White Paper - Process Automation
1.	 By the number of times a process is executed per day/
week/month
2.	 By the complexity of the process
3.	 By the actual time/cost associated with the human work
Item 1 is fairly simple to analyze. The number of times each
person executes the process multiplied by the number of peo-
ple. This is also the most common method used by most com-
panies.
Item 2 usually falls into the squeaky wheel syndrome but can
be legitimate depending on the circumstances. Try to avoid
this if possible unless it solves a specific, prioritized problem.
Item 3 is by far the best way to identify automation opportu-
nities because it goes directly toward the bottom line. If you
can identify the cost of doing something, then you can also
identify the potential cost savings which helps you determine
if the automation opportunity is worth the effort.
Identify Opportunities by Cost
There are several ways to identify the cost of a process. The
most common is to use a stop watch to time users as they’re
doing their work. While this approach is very error prone and
not very accurate when used with “digital work”, it does give
you some idea of how time is being spent. Also, we have found
that users being monitored usually fall into one of two catego-
ries; either they work faster than normal because they want to
impress the person watching them, or they work slower than
normal because they know they will be expected to work at
that level at all times.
Another, and more accurate approach, is to automatically cap-
ture all work activity in real-time from the actual work itself.
This method can gather data from all workers simultaneously
without any observation bias. The data can then be fed to an
analysis tool to find the most costly (time-consuming) pro-
cesses. There are several tools on the market that capture this
type of worker activity. If you evaluate these tools, it’s import-
ant to find one that specifically focuses on time. Time, spent
by people performing a work task, directly relates to cost so
capturing the time associated with processes, and sub-pro-
cesses, is critical to the successful identification of the highest
value producing activities.
ChooseaSolutionthat’s
Right for You
As you look at automation solutions, or reevaluate your exist-
ing solution, you should consider the type and complexity of
the processes you intend to automate. As mentioned earlier,
analysis can help you identify the most costly processes, but it
can also help you understand the complexity of each process.
This is important to understand because not all automation
solutions can handle complex processes.
Automation solutions typically fall into one of the following
categories:
•	 Macros
•	 Scripts
•	 Robots
Macros
Macros are typically created using a recorder to capture user
activity. Macros are not “intelligent” so they typically don’t
handle complex processes with a lot of business logic. They
are simple to record, simple to run and are usually cost effec-
tive. However, because they can’t handle complex logic, if
they are programmed incorrectly or fail to identify their loca-
tion within an application, they can do the wrong thing and
actually cause more work.
Macros have the following advantages and disadvantages:
Advantages:
•	 End users can usually create them
•	 Cost / benefit ratio is usually very good
Disadvantages
•	 End users can usually create them
•	 Can’t handle complex processes
•	 Difficult to handle error conditions
•	 Error conditions may result in incorrect processing which
©Copyright 2015 OpenConnect Systems Inc.
OpenConnect Systems Inc.
2711 LBJ FWY, Suite 700
Dallas, Texas 75234
About
The WorkiQ® solutions drive produc-
tivity improvements throughout your
workforce. WorkiQ® provides visibility
across the organization of what, how
much, and how effective employees
complete their work. Only WorkiQ® pro-
vides the visibility to know exactly what
work is being done, how it is actually
being done, and the quantitative mea-
sures required to improve workforce
productivity.
(972) 888-0407
www.workiq.com
@MyWorkiQ
White Paper - Process Automation
requires manual work to resolve
•	 Not centralized, scalable or secure
Scripts
Scripts are more advanced and more complex than macros
and can handle simple to moderately complex processes.
They usually require a programmer to create and maintain
which adds cost to the solution. Scripts typically run against
specific applications in a desktop environment and require
either specific application programming interfaces (API) or
screen scraping.
Scripts can be used for partial automation and can automati-
cally identify situations as users are in the process of perform-
ing their work. They can usually intercept work from users or
prompt users to make decisions. Scripts have the following
advantages and disadvantages:
Advantages
•	 Cost to benefit ratio is good
•	 Good for partial automation / user augmentation
•	 Can handle most moderately complex logic
Disadvantages
•	 Requires specific APIs or screen scraping which is error
prone
•	 Cannot access external data for complex processing
•	 If taken too far, cost can outweigh benefits
•	 May not be secure
•	 Not typically centralized or scalable
Robots
Robots are intelligent enough to handle very complex pro-
cesses. The difference between a script and a robot is that a
robot can handle anything a human can do as long as the data
required to do the work is in an electronic form and is acces-
sible. Scripts can handle most business logic but usually don’t
have access to all of the data necessary to make complex de-
cisions.
Robots also typically run in memory on a server which allows
for more concurrent instances which translates to more virtu-
al users. Robots have the following advantages and disadvan-
tages:
Advantages
•	 Cost to benefit ratio is best
•	 Can handle very complex processes as long as required
data is available
•	 Can access external data sources
•	 Runs in memory and is very fast
•	 Supports thousands of concurrent processes
•	 Centralized, scalable and secure
•	 End users cannot create them
Disadvantages
•	 Higher cost of entry than macros and scripts
•	 Complex processes require more analysis and testing
•	 Not suitable for partial automation / augmentation
•	 End user cannot create them
Conclusion
Almost everyone agrees that automating manual processes
can reduce costs and improve accuracy and quality for organi-
zations. However, if the approach used to identify and define
those processes is not done through a rigorous analysis, you
might end up automating the wrong processes and will prob-
ably not get the expected return. When it comes to automa-
tion, analysis is the key to success!
Also, strongly consider using an automation solution that
mimics the actual worker activity. This allows you to reuse the
business logic already built into the user interface and pro-
vides a shorter path to develop and deploy the robots that
maximize automation value.

More Related Content

What's hot

Manufacturers use of technology
Manufacturers use of technologyManufacturers use of technology
Manufacturers use of technology
Dynamic Systems
 
Breaking Through the Roadblocks of a New ELM Implementation eBook
Breaking Through the Roadblocks of a New ELM Implementation eBookBreaking Through the Roadblocks of a New ELM Implementation eBook
Breaking Through the Roadblocks of a New ELM Implementation eBook
Jason Emanis
 
Talent Talk Webinar Six Steps to Implementing a Performance Management System
Talent Talk Webinar Six Steps to Implementing a Performance Management SystemTalent Talk Webinar Six Steps to Implementing a Performance Management System
Talent Talk Webinar Six Steps to Implementing a Performance Management System
David Freeman
 
What if analysis in talika pms
What if analysis in talika pmsWhat if analysis in talika pms
What if analysis in talika pms
Manish kumar
 
SharePoint Operations Framework - Planning and Guidance
SharePoint Operations Framework - Planning and GuidanceSharePoint Operations Framework - Planning and Guidance
SharePoint Operations Framework - Planning and Guidance
Chandima Kulathilake
 
aw_survivalguide_r2opt
aw_survivalguide_r2optaw_survivalguide_r2opt
aw_survivalguide_r2opt
Reza Abed
 
An Innovative Real Time Production Management System
An Innovative Real Time Production Management System An Innovative Real Time Production Management System
An Innovative Real Time Production Management System
supportetalika
 
How to Reduce Payroll Paper Output with e-Payslips, P11Ds & P60s
How to Reduce Payroll Paper Output with e-Payslips, P11Ds & P60sHow to Reduce Payroll Paper Output with e-Payslips, P11Ds & P60s
How to Reduce Payroll Paper Output with e-Payslips, P11Ds & P60s
Carval Computing Limited
 
IT Alignment and The Cloud
IT Alignment and The CloudIT Alignment and The Cloud
IT Alignment and The Cloud
Steve McDonell
 
Productathon - Solve a Pain Point
Productathon -  Solve a Pain PointProductathon -  Solve a Pain Point
Productathon - Solve a Pain Point
Ananth Sozhan
 
Why People do not understand the P-F Curve
Why People do not understand the P-F CurveWhy People do not understand the P-F Curve
Why People do not understand the P-F Curve
Ricky Smith CMRP, CMRT
 
Discard at your own risk
Discard at your own riskDiscard at your own risk
Discard at your own risk
Vincent O'Neil
 
Ebusiness Auditing
Ebusiness AuditingEbusiness Auditing
Ebusiness Auditing
newarttech
 
10 Excel-lent Ideas that will make you more Productive
10 Excel-lent Ideas that will make you more Productive10 Excel-lent Ideas that will make you more Productive
10 Excel-lent Ideas that will make you more Productive
Access Analytic ... providing AMAZING Power BI and Excel solutions
 
Production Planning and Scheduling
Production Planning and SchedulingProduction Planning and Scheduling
Production Planning and Scheduling
Manish kumar
 
Deploy or Adopt - Success or Failure for Technology Insertion
Deploy or Adopt - Success or Failure for Technology InsertionDeploy or Adopt - Success or Failure for Technology Insertion
Deploy or Adopt - Success or Failure for Technology Insertion
Endeavor Management
 

What's hot (16)

Manufacturers use of technology
Manufacturers use of technologyManufacturers use of technology
Manufacturers use of technology
 
Breaking Through the Roadblocks of a New ELM Implementation eBook
Breaking Through the Roadblocks of a New ELM Implementation eBookBreaking Through the Roadblocks of a New ELM Implementation eBook
Breaking Through the Roadblocks of a New ELM Implementation eBook
 
Talent Talk Webinar Six Steps to Implementing a Performance Management System
Talent Talk Webinar Six Steps to Implementing a Performance Management SystemTalent Talk Webinar Six Steps to Implementing a Performance Management System
Talent Talk Webinar Six Steps to Implementing a Performance Management System
 
What if analysis in talika pms
What if analysis in talika pmsWhat if analysis in talika pms
What if analysis in talika pms
 
SharePoint Operations Framework - Planning and Guidance
SharePoint Operations Framework - Planning and GuidanceSharePoint Operations Framework - Planning and Guidance
SharePoint Operations Framework - Planning and Guidance
 
aw_survivalguide_r2opt
aw_survivalguide_r2optaw_survivalguide_r2opt
aw_survivalguide_r2opt
 
An Innovative Real Time Production Management System
An Innovative Real Time Production Management System An Innovative Real Time Production Management System
An Innovative Real Time Production Management System
 
How to Reduce Payroll Paper Output with e-Payslips, P11Ds & P60s
How to Reduce Payroll Paper Output with e-Payslips, P11Ds & P60sHow to Reduce Payroll Paper Output with e-Payslips, P11Ds & P60s
How to Reduce Payroll Paper Output with e-Payslips, P11Ds & P60s
 
IT Alignment and The Cloud
IT Alignment and The CloudIT Alignment and The Cloud
IT Alignment and The Cloud
 
Productathon - Solve a Pain Point
Productathon -  Solve a Pain PointProductathon -  Solve a Pain Point
Productathon - Solve a Pain Point
 
Why People do not understand the P-F Curve
Why People do not understand the P-F CurveWhy People do not understand the P-F Curve
Why People do not understand the P-F Curve
 
Discard at your own risk
Discard at your own riskDiscard at your own risk
Discard at your own risk
 
Ebusiness Auditing
Ebusiness AuditingEbusiness Auditing
Ebusiness Auditing
 
10 Excel-lent Ideas that will make you more Productive
10 Excel-lent Ideas that will make you more Productive10 Excel-lent Ideas that will make you more Productive
10 Excel-lent Ideas that will make you more Productive
 
Production Planning and Scheduling
Production Planning and SchedulingProduction Planning and Scheduling
Production Planning and Scheduling
 
Deploy or Adopt - Success or Failure for Technology Insertion
Deploy or Adopt - Success or Failure for Technology InsertionDeploy or Adopt - Success or Failure for Technology Insertion
Deploy or Adopt - Success or Failure for Technology Insertion
 

Similar to The Basics of Process Automation – A White Paper from WorkiQ

The Best Process Automation Software for Business Owners
The Best Process Automation Software for Business OwnersThe Best Process Automation Software for Business Owners
The Best Process Automation Software for Business Owners
Kashish Trivedi
 
Faqs rpa
Faqs rpaFaqs rpa
Faqs rpa
chandrar123
 
Test automation: Are Enterprises ready to bite the bullet?
Test automation: Are Enterprises ready to bite the bullet?Test automation: Are Enterprises ready to bite the bullet?
Test automation: Are Enterprises ready to bite the bullet?
Aspire Systems
 
Understanding Automation and Autonomics
Understanding Automation and AutonomicsUnderstanding Automation and Autonomics
Understanding Automation and Autonomics
WGroup
 
Missing the Mark: Ten Reasons Why Automation Fails Across the Software Develo...
Missing the Mark: Ten Reasons Why Automation Fails Across the Software Develo...Missing the Mark: Ten Reasons Why Automation Fails Across the Software Develo...
Missing the Mark: Ten Reasons Why Automation Fails Across the Software Develo...
Cognizant
 
Automated Operations: Five Benefits for Your Organization
Automated Operations: Five Benefits for Your OrganizationAutomated Operations: Five Benefits for Your Organization
Automated Operations: Five Benefits for Your Organization
HelpSystems
 
Automating the Revenue Cycle: 10 things to consider
 Automating the Revenue Cycle: 10 things to consider Automating the Revenue Cycle: 10 things to consider
Automating the Revenue Cycle: 10 things to consider
Manish Jain
 
Workflow-101-Whitepaper-iDatix
Workflow-101-Whitepaper-iDatixWorkflow-101-Whitepaper-iDatix
Workflow-101-Whitepaper-iDatix
Emmanuel Mateo
 
The Best Process Automation Tools for Small Businesses A Comparison
The Best Process Automation Tools for Small Businesses A ComparisonThe Best Process Automation Tools for Small Businesses A Comparison
The Best Process Automation Tools for Small Businesses A Comparison
Kashish Trivedi
 
The Reconciliation Maturity Model
The Reconciliation Maturity ModelThe Reconciliation Maturity Model
The Reconciliation Maturity Model
run_frictionless
 
BP Logix Whitepaper: Adding the Dimension of Time to BPM
BP Logix Whitepaper: Adding the Dimension of Time to BPMBP Logix Whitepaper: Adding the Dimension of Time to BPM
BP Logix Whitepaper: Adding the Dimension of Time to BPM
BP Logix
 
Aa zero to-sixty
Aa zero to-sixtyAa zero to-sixty
Aa zero to-sixty
Vijay Reddy
 
Streamline and Accelerate User Acceptance Testing (UAT) with Automation.pdf
Streamline and Accelerate User Acceptance Testing (UAT) with Automation.pdfStreamline and Accelerate User Acceptance Testing (UAT) with Automation.pdf
Streamline and Accelerate User Acceptance Testing (UAT) with Automation.pdf
RohitBhandari66
 
Success in Automation: Decoding the Winning Formula
Success in Automation: Decoding the Winning FormulaSuccess in Automation: Decoding the Winning Formula
Success in Automation: Decoding the Winning Formula
Cognizant
 
Automated testing handbook
Automated testing handbookAutomated testing handbook
Automated testing handbook
Andrei Hortúa
 
Wcm4
Wcm4Wcm4
Workflow Optimization: The Ultimate Guide to Process Improvement
Workflow Optimization: The Ultimate Guide to Process ImprovementWorkflow Optimization: The Ultimate Guide to Process Improvement
Workflow Optimization: The Ultimate Guide to Process Improvement
Kashish Trivedi
 
Process automation report
Process automation reportProcess automation report
Process automation report
Marc Gourvenec
 
What Is Workflow Automation.pdf
What Is Workflow Automation.pdfWhat Is Workflow Automation.pdf
What Is Workflow Automation.pdf
Right Information
 
ML Times: Mainframe Machine Learning Initiative- June newsletter (2018)
ML Times: Mainframe Machine Learning Initiative- June newsletter (2018)ML Times: Mainframe Machine Learning Initiative- June newsletter (2018)
ML Times: Mainframe Machine Learning Initiative- June newsletter (2018)
Leslie McFarlin
 

Similar to The Basics of Process Automation – A White Paper from WorkiQ (20)

The Best Process Automation Software for Business Owners
The Best Process Automation Software for Business OwnersThe Best Process Automation Software for Business Owners
The Best Process Automation Software for Business Owners
 
Faqs rpa
Faqs rpaFaqs rpa
Faqs rpa
 
Test automation: Are Enterprises ready to bite the bullet?
Test automation: Are Enterprises ready to bite the bullet?Test automation: Are Enterprises ready to bite the bullet?
Test automation: Are Enterprises ready to bite the bullet?
 
Understanding Automation and Autonomics
Understanding Automation and AutonomicsUnderstanding Automation and Autonomics
Understanding Automation and Autonomics
 
Missing the Mark: Ten Reasons Why Automation Fails Across the Software Develo...
Missing the Mark: Ten Reasons Why Automation Fails Across the Software Develo...Missing the Mark: Ten Reasons Why Automation Fails Across the Software Develo...
Missing the Mark: Ten Reasons Why Automation Fails Across the Software Develo...
 
Automated Operations: Five Benefits for Your Organization
Automated Operations: Five Benefits for Your OrganizationAutomated Operations: Five Benefits for Your Organization
Automated Operations: Five Benefits for Your Organization
 
Automating the Revenue Cycle: 10 things to consider
 Automating the Revenue Cycle: 10 things to consider Automating the Revenue Cycle: 10 things to consider
Automating the Revenue Cycle: 10 things to consider
 
Workflow-101-Whitepaper-iDatix
Workflow-101-Whitepaper-iDatixWorkflow-101-Whitepaper-iDatix
Workflow-101-Whitepaper-iDatix
 
The Best Process Automation Tools for Small Businesses A Comparison
The Best Process Automation Tools for Small Businesses A ComparisonThe Best Process Automation Tools for Small Businesses A Comparison
The Best Process Automation Tools for Small Businesses A Comparison
 
The Reconciliation Maturity Model
The Reconciliation Maturity ModelThe Reconciliation Maturity Model
The Reconciliation Maturity Model
 
BP Logix Whitepaper: Adding the Dimension of Time to BPM
BP Logix Whitepaper: Adding the Dimension of Time to BPMBP Logix Whitepaper: Adding the Dimension of Time to BPM
BP Logix Whitepaper: Adding the Dimension of Time to BPM
 
Aa zero to-sixty
Aa zero to-sixtyAa zero to-sixty
Aa zero to-sixty
 
Streamline and Accelerate User Acceptance Testing (UAT) with Automation.pdf
Streamline and Accelerate User Acceptance Testing (UAT) with Automation.pdfStreamline and Accelerate User Acceptance Testing (UAT) with Automation.pdf
Streamline and Accelerate User Acceptance Testing (UAT) with Automation.pdf
 
Success in Automation: Decoding the Winning Formula
Success in Automation: Decoding the Winning FormulaSuccess in Automation: Decoding the Winning Formula
Success in Automation: Decoding the Winning Formula
 
Automated testing handbook
Automated testing handbookAutomated testing handbook
Automated testing handbook
 
Wcm4
Wcm4Wcm4
Wcm4
 
Workflow Optimization: The Ultimate Guide to Process Improvement
Workflow Optimization: The Ultimate Guide to Process ImprovementWorkflow Optimization: The Ultimate Guide to Process Improvement
Workflow Optimization: The Ultimate Guide to Process Improvement
 
Process automation report
Process automation reportProcess automation report
Process automation report
 
What Is Workflow Automation.pdf
What Is Workflow Automation.pdfWhat Is Workflow Automation.pdf
What Is Workflow Automation.pdf
 
ML Times: Mainframe Machine Learning Initiative- June newsletter (2018)
ML Times: Mainframe Machine Learning Initiative- June newsletter (2018)ML Times: Mainframe Machine Learning Initiative- June newsletter (2018)
ML Times: Mainframe Machine Learning Initiative- June newsletter (2018)
 

Recently uploaded

Unveiling the Advantages of Agile Software Development.pdf
Unveiling the Advantages of Agile Software Development.pdfUnveiling the Advantages of Agile Software Development.pdf
Unveiling the Advantages of Agile Software Development.pdf
brainerhub1
 
一比一原版(sdsu毕业证书)圣地亚哥州立大学毕业证如何办理
一比一原版(sdsu毕业证书)圣地亚哥州立大学毕业证如何办理一比一原版(sdsu毕业证书)圣地亚哥州立大学毕业证如何办理
一比一原版(sdsu毕业证书)圣地亚哥州立大学毕业证如何办理
kgyxske
 
Baha Majid WCA4Z IBM Z Customer Council Boston June 2024.pdf
Baha Majid WCA4Z IBM Z Customer Council Boston June 2024.pdfBaha Majid WCA4Z IBM Z Customer Council Boston June 2024.pdf
Baha Majid WCA4Z IBM Z Customer Council Boston June 2024.pdf
Baha Majid
 
一比一原版(UMN毕业证)明尼苏达大学毕业证如何办理
一比一原版(UMN毕业证)明尼苏达大学毕业证如何办理一比一原版(UMN毕业证)明尼苏达大学毕业证如何办理
一比一原版(UMN毕业证)明尼苏达大学毕业证如何办理
dakas1
 
E-Invoicing Implementation: A Step-by-Step Guide for Saudi Arabian Companies
E-Invoicing Implementation: A Step-by-Step Guide for Saudi Arabian CompaniesE-Invoicing Implementation: A Step-by-Step Guide for Saudi Arabian Companies
E-Invoicing Implementation: A Step-by-Step Guide for Saudi Arabian Companies
Quickdice ERP
 
ppt on the brain chip neuralink.pptx
ppt  on   the brain  chip neuralink.pptxppt  on   the brain  chip neuralink.pptx
ppt on the brain chip neuralink.pptx
Reetu63
 
E-commerce Development Services- Hornet Dynamics
E-commerce Development Services- Hornet DynamicsE-commerce Development Services- Hornet Dynamics
E-commerce Development Services- Hornet Dynamics
Hornet Dynamics
 
All you need to know about Spring Boot and GraalVM
All you need to know about Spring Boot and GraalVMAll you need to know about Spring Boot and GraalVM
All you need to know about Spring Boot and GraalVM
Alina Yurenko
 
Mobile App Development Company In Noida | Drona Infotech
Mobile App Development Company In Noida | Drona InfotechMobile App Development Company In Noida | Drona Infotech
Mobile App Development Company In Noida | Drona Infotech
Drona Infotech
 
Oracle Database 19c New Features for DBAs and Developers.pptx
Oracle Database 19c New Features for DBAs and Developers.pptxOracle Database 19c New Features for DBAs and Developers.pptx
Oracle Database 19c New Features for DBAs and Developers.pptx
Remote DBA Services
 
Quarter 3 SLRP grade 9.. gshajsbhhaheabh
Quarter 3 SLRP grade 9.. gshajsbhhaheabhQuarter 3 SLRP grade 9.. gshajsbhhaheabh
Quarter 3 SLRP grade 9.. gshajsbhhaheabh
aisafed42
 
Energy consumption of Database Management - Florina Jonuzi
Energy consumption of Database Management - Florina JonuziEnergy consumption of Database Management - Florina Jonuzi
Energy consumption of Database Management - Florina Jonuzi
Green Software Development
 
GreenCode-A-VSCode-Plugin--Dario-Jurisic
GreenCode-A-VSCode-Plugin--Dario-JurisicGreenCode-A-VSCode-Plugin--Dario-Jurisic
GreenCode-A-VSCode-Plugin--Dario-Jurisic
Green Software Development
 
Project Management: The Role of Project Dashboards.pdf
Project Management: The Role of Project Dashboards.pdfProject Management: The Role of Project Dashboards.pdf
Project Management: The Role of Project Dashboards.pdf
Karya Keeper
 
Migration From CH 1.0 to CH 2.0 and Mule 4.6 & Java 17 Upgrade.pptx
Migration From CH 1.0 to CH 2.0 and  Mule 4.6 & Java 17 Upgrade.pptxMigration From CH 1.0 to CH 2.0 and  Mule 4.6 & Java 17 Upgrade.pptx
Migration From CH 1.0 to CH 2.0 and Mule 4.6 & Java 17 Upgrade.pptx
ervikas4
 
Microservice Teams - How the cloud changes the way we work
Microservice Teams - How the cloud changes the way we workMicroservice Teams - How the cloud changes the way we work
Microservice Teams - How the cloud changes the way we work
Sven Peters
 
Measures in SQL (SIGMOD 2024, Santiago, Chile)
Measures in SQL (SIGMOD 2024, Santiago, Chile)Measures in SQL (SIGMOD 2024, Santiago, Chile)
Measures in SQL (SIGMOD 2024, Santiago, Chile)
Julian Hyde
 
Preparing Non - Technical Founders for Engaging a Tech Agency
Preparing Non - Technical Founders for Engaging  a  Tech AgencyPreparing Non - Technical Founders for Engaging  a  Tech Agency
Preparing Non - Technical Founders for Engaging a Tech Agency
ISH Technologies
 
Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)
Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)
Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)
safelyiotech
 
UI5con 2024 - Keynote: Latest News about UI5 and it’s Ecosystem
UI5con 2024 - Keynote: Latest News about UI5 and it’s EcosystemUI5con 2024 - Keynote: Latest News about UI5 and it’s Ecosystem
UI5con 2024 - Keynote: Latest News about UI5 and it’s Ecosystem
Peter Muessig
 

Recently uploaded (20)

Unveiling the Advantages of Agile Software Development.pdf
Unveiling the Advantages of Agile Software Development.pdfUnveiling the Advantages of Agile Software Development.pdf
Unveiling the Advantages of Agile Software Development.pdf
 
一比一原版(sdsu毕业证书)圣地亚哥州立大学毕业证如何办理
一比一原版(sdsu毕业证书)圣地亚哥州立大学毕业证如何办理一比一原版(sdsu毕业证书)圣地亚哥州立大学毕业证如何办理
一比一原版(sdsu毕业证书)圣地亚哥州立大学毕业证如何办理
 
Baha Majid WCA4Z IBM Z Customer Council Boston June 2024.pdf
Baha Majid WCA4Z IBM Z Customer Council Boston June 2024.pdfBaha Majid WCA4Z IBM Z Customer Council Boston June 2024.pdf
Baha Majid WCA4Z IBM Z Customer Council Boston June 2024.pdf
 
一比一原版(UMN毕业证)明尼苏达大学毕业证如何办理
一比一原版(UMN毕业证)明尼苏达大学毕业证如何办理一比一原版(UMN毕业证)明尼苏达大学毕业证如何办理
一比一原版(UMN毕业证)明尼苏达大学毕业证如何办理
 
E-Invoicing Implementation: A Step-by-Step Guide for Saudi Arabian Companies
E-Invoicing Implementation: A Step-by-Step Guide for Saudi Arabian CompaniesE-Invoicing Implementation: A Step-by-Step Guide for Saudi Arabian Companies
E-Invoicing Implementation: A Step-by-Step Guide for Saudi Arabian Companies
 
ppt on the brain chip neuralink.pptx
ppt  on   the brain  chip neuralink.pptxppt  on   the brain  chip neuralink.pptx
ppt on the brain chip neuralink.pptx
 
E-commerce Development Services- Hornet Dynamics
E-commerce Development Services- Hornet DynamicsE-commerce Development Services- Hornet Dynamics
E-commerce Development Services- Hornet Dynamics
 
All you need to know about Spring Boot and GraalVM
All you need to know about Spring Boot and GraalVMAll you need to know about Spring Boot and GraalVM
All you need to know about Spring Boot and GraalVM
 
Mobile App Development Company In Noida | Drona Infotech
Mobile App Development Company In Noida | Drona InfotechMobile App Development Company In Noida | Drona Infotech
Mobile App Development Company In Noida | Drona Infotech
 
Oracle Database 19c New Features for DBAs and Developers.pptx
Oracle Database 19c New Features for DBAs and Developers.pptxOracle Database 19c New Features for DBAs and Developers.pptx
Oracle Database 19c New Features for DBAs and Developers.pptx
 
Quarter 3 SLRP grade 9.. gshajsbhhaheabh
Quarter 3 SLRP grade 9.. gshajsbhhaheabhQuarter 3 SLRP grade 9.. gshajsbhhaheabh
Quarter 3 SLRP grade 9.. gshajsbhhaheabh
 
Energy consumption of Database Management - Florina Jonuzi
Energy consumption of Database Management - Florina JonuziEnergy consumption of Database Management - Florina Jonuzi
Energy consumption of Database Management - Florina Jonuzi
 
GreenCode-A-VSCode-Plugin--Dario-Jurisic
GreenCode-A-VSCode-Plugin--Dario-JurisicGreenCode-A-VSCode-Plugin--Dario-Jurisic
GreenCode-A-VSCode-Plugin--Dario-Jurisic
 
Project Management: The Role of Project Dashboards.pdf
Project Management: The Role of Project Dashboards.pdfProject Management: The Role of Project Dashboards.pdf
Project Management: The Role of Project Dashboards.pdf
 
Migration From CH 1.0 to CH 2.0 and Mule 4.6 & Java 17 Upgrade.pptx
Migration From CH 1.0 to CH 2.0 and  Mule 4.6 & Java 17 Upgrade.pptxMigration From CH 1.0 to CH 2.0 and  Mule 4.6 & Java 17 Upgrade.pptx
Migration From CH 1.0 to CH 2.0 and Mule 4.6 & Java 17 Upgrade.pptx
 
Microservice Teams - How the cloud changes the way we work
Microservice Teams - How the cloud changes the way we workMicroservice Teams - How the cloud changes the way we work
Microservice Teams - How the cloud changes the way we work
 
Measures in SQL (SIGMOD 2024, Santiago, Chile)
Measures in SQL (SIGMOD 2024, Santiago, Chile)Measures in SQL (SIGMOD 2024, Santiago, Chile)
Measures in SQL (SIGMOD 2024, Santiago, Chile)
 
Preparing Non - Technical Founders for Engaging a Tech Agency
Preparing Non - Technical Founders for Engaging  a  Tech AgencyPreparing Non - Technical Founders for Engaging  a  Tech Agency
Preparing Non - Technical Founders for Engaging a Tech Agency
 
Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)
Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)
Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)
 
UI5con 2024 - Keynote: Latest News about UI5 and it’s Ecosystem
UI5con 2024 - Keynote: Latest News about UI5 and it’s EcosystemUI5con 2024 - Keynote: Latest News about UI5 and it’s Ecosystem
UI5con 2024 - Keynote: Latest News about UI5 and it’s Ecosystem
 

The Basics of Process Automation – A White Paper from WorkiQ

  • 1. ©Copyright 2015 OpenConnect Systems Inc. Using Automation to Improve Processes and Reduce Costs Introduction Automation is used by many organizations to reduce costs by eliminating or augmenting manual labor. If used properly, it can help organizations reduce costs and improve the over- all quality of work. However, too many companies approach automation with little research and end up spending a tre- mendous amount of time and money managing automation scripts that bring little value to the company. In fact, most or- ganizations that use automation don’t fully understand the actual financial impact achieved, if any. This whitepaper addresses the most common issues related to automation and describes a proven approach to: • Identify automation opportunities that will provide the highest return on investment • The best approach to automate processes and digital work • How to measure the impact of the automation efforts For any organization to have a successful automation pro- gram, it first needs to have a process in place to identify au- tomation opportunities. This is the most critical step to help ensure the program is a success. This can be achieved by elim- inating the standard pitfalls outlined below: 1. The “Squeaky Wheel” syndrome 2. Automate Everything 3. Partial Automation is the Answer The Squeaky Wheel You’ve heard the saying “The squeaky wheel gets the grease”. In business it typically means that the person who complains the loudest gets the most attention. But it doesn’t mean it is warranted or the most necessary priority. Many organizations create processes that allow end users to submit requests for improvements, including automation. While this is a good idea it should be exercised with caution so that the loudest people don’t drown out issues with higher potential value. It is best to establish an “automation review board” that can pri- oritize automation opportunities with those that provide the highest value to the organization. Automate Everything This is the approach taken by organizations that have had some success with automation and now assume that every- thing can and should be automated. Automation can improve accuracy by endlessly performing repetitive tasks that are often error prone when performed by people. However, if it’s not carefully planned it can also make the process much more complicated actually driving up overall costs or achieve only marginal improvements while not delivering value that ex- ceeds it overall cost. Partial Automation Partial automation is a great way to augment human activity and can actually improve quality. Partial automation can be used to automatically capture data from one application and paste it into the second application. The benefits of this type of automation can reduce errors, improve performance and provide an audit trail. The downside to partial automation is that it can be time-con- suming, costly to design, implement and support compared to the actual benefit received. As in the previous example, don’t get caught in the trap that all automation is good so let’s find every little piece of mundane work and automate it. Analysis is the Key to Automation A good automation strategy should include an analysis step to make sure you target the correct processes to automate. Before you can decide what to automate, you first need to identify the pool of potential opportunities. There are several ways to accomplish this including: White Paper - Process Automation
  • 2. ©Copyright 2015 OpenConnect Systems Inc. White Paper - Process Automation 1. By the number of times a process is executed per day/ week/month 2. By the complexity of the process 3. By the actual time/cost associated with the human work Item 1 is fairly simple to analyze. The number of times each person executes the process multiplied by the number of peo- ple. This is also the most common method used by most com- panies. Item 2 usually falls into the squeaky wheel syndrome but can be legitimate depending on the circumstances. Try to avoid this if possible unless it solves a specific, prioritized problem. Item 3 is by far the best way to identify automation opportu- nities because it goes directly toward the bottom line. If you can identify the cost of doing something, then you can also identify the potential cost savings which helps you determine if the automation opportunity is worth the effort. Identify Opportunities by Cost There are several ways to identify the cost of a process. The most common is to use a stop watch to time users as they’re doing their work. While this approach is very error prone and not very accurate when used with “digital work”, it does give you some idea of how time is being spent. Also, we have found that users being monitored usually fall into one of two catego- ries; either they work faster than normal because they want to impress the person watching them, or they work slower than normal because they know they will be expected to work at that level at all times. Another, and more accurate approach, is to automatically cap- ture all work activity in real-time from the actual work itself. This method can gather data from all workers simultaneously without any observation bias. The data can then be fed to an analysis tool to find the most costly (time-consuming) pro- cesses. There are several tools on the market that capture this type of worker activity. If you evaluate these tools, it’s import- ant to find one that specifically focuses on time. Time, spent by people performing a work task, directly relates to cost so capturing the time associated with processes, and sub-pro- cesses, is critical to the successful identification of the highest value producing activities. ChooseaSolutionthat’s Right for You As you look at automation solutions, or reevaluate your exist- ing solution, you should consider the type and complexity of the processes you intend to automate. As mentioned earlier, analysis can help you identify the most costly processes, but it can also help you understand the complexity of each process. This is important to understand because not all automation solutions can handle complex processes. Automation solutions typically fall into one of the following categories: • Macros • Scripts • Robots Macros Macros are typically created using a recorder to capture user activity. Macros are not “intelligent” so they typically don’t handle complex processes with a lot of business logic. They are simple to record, simple to run and are usually cost effec- tive. However, because they can’t handle complex logic, if they are programmed incorrectly or fail to identify their loca- tion within an application, they can do the wrong thing and actually cause more work. Macros have the following advantages and disadvantages: Advantages: • End users can usually create them • Cost / benefit ratio is usually very good Disadvantages • End users can usually create them • Can’t handle complex processes • Difficult to handle error conditions • Error conditions may result in incorrect processing which
  • 3. ©Copyright 2015 OpenConnect Systems Inc. OpenConnect Systems Inc. 2711 LBJ FWY, Suite 700 Dallas, Texas 75234 About The WorkiQ® solutions drive produc- tivity improvements throughout your workforce. WorkiQ® provides visibility across the organization of what, how much, and how effective employees complete their work. Only WorkiQ® pro- vides the visibility to know exactly what work is being done, how it is actually being done, and the quantitative mea- sures required to improve workforce productivity. (972) 888-0407 www.workiq.com @MyWorkiQ White Paper - Process Automation requires manual work to resolve • Not centralized, scalable or secure Scripts Scripts are more advanced and more complex than macros and can handle simple to moderately complex processes. They usually require a programmer to create and maintain which adds cost to the solution. Scripts typically run against specific applications in a desktop environment and require either specific application programming interfaces (API) or screen scraping. Scripts can be used for partial automation and can automati- cally identify situations as users are in the process of perform- ing their work. They can usually intercept work from users or prompt users to make decisions. Scripts have the following advantages and disadvantages: Advantages • Cost to benefit ratio is good • Good for partial automation / user augmentation • Can handle most moderately complex logic Disadvantages • Requires specific APIs or screen scraping which is error prone • Cannot access external data for complex processing • If taken too far, cost can outweigh benefits • May not be secure • Not typically centralized or scalable Robots Robots are intelligent enough to handle very complex pro- cesses. The difference between a script and a robot is that a robot can handle anything a human can do as long as the data required to do the work is in an electronic form and is acces- sible. Scripts can handle most business logic but usually don’t have access to all of the data necessary to make complex de- cisions. Robots also typically run in memory on a server which allows for more concurrent instances which translates to more virtu- al users. Robots have the following advantages and disadvan- tages: Advantages • Cost to benefit ratio is best • Can handle very complex processes as long as required data is available • Can access external data sources • Runs in memory and is very fast • Supports thousands of concurrent processes • Centralized, scalable and secure • End users cannot create them Disadvantages • Higher cost of entry than macros and scripts • Complex processes require more analysis and testing • Not suitable for partial automation / augmentation • End user cannot create them Conclusion Almost everyone agrees that automating manual processes can reduce costs and improve accuracy and quality for organi- zations. However, if the approach used to identify and define those processes is not done through a rigorous analysis, you might end up automating the wrong processes and will prob- ably not get the expected return. When it comes to automa- tion, analysis is the key to success! Also, strongly consider using an automation solution that mimics the actual worker activity. This allows you to reuse the business logic already built into the user interface and pro- vides a shorter path to develop and deploy the robots that maximize automation value.