SlideShare une entreprise Scribd logo
1  sur  3
Télécharger pour lire hors ligne
©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.

Contenu connexe

Tendances

Manufacturers use of technology
Manufacturers use of technologyManufacturers use of technology
Manufacturers use of technologyDynamic 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 eBookJason 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 SystemDavid Freeman
 
What if analysis in talika pms
What if analysis in talika pmsWhat if analysis in talika pms
What if analysis in talika pmsManish kumar
 
SharePoint Operations Framework - Planning and Guidance
SharePoint Operations Framework - Planning and GuidanceSharePoint Operations Framework - Planning and Guidance
SharePoint Operations Framework - Planning and GuidanceChandima Kulathilake
 
aw_survivalguide_r2opt
aw_survivalguide_r2optaw_survivalguide_r2opt
aw_survivalguide_r2optReza 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 & P60sCarval Computing Limited
 
IT Alignment and The Cloud
IT Alignment and The CloudIT Alignment and The Cloud
IT Alignment and The CloudSteve McDonell
 
Productathon - Solve a Pain Point
Productathon -  Solve a Pain PointProductathon -  Solve a Pain Point
Productathon - Solve a Pain PointAnanth 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 CurveRicky Smith CMRP, CMRT
 
Discard at your own risk
Discard at your own riskDiscard at your own risk
Discard at your own riskVincent O'Neil
 
Ebusiness Auditing
Ebusiness AuditingEbusiness Auditing
Ebusiness Auditingnewarttech
 
Production Planning and Scheduling
Production Planning and SchedulingProduction Planning and Scheduling
Production Planning and SchedulingManish 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 InsertionEndeavor Management
 

Tendances (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
 

Similaire à 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 OwnersKashish Trivedi
 
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 AutonomicsWGroup
 
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 OrganizationHelpSystems
 
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 considerManish Jain
 
Workflow-101-Whitepaper-iDatix
Workflow-101-Whitepaper-iDatixWorkflow-101-Whitepaper-iDatix
Workflow-101-Whitepaper-iDatixEmmanuel 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 ComparisonKashish Trivedi
 
The Reconciliation Maturity Model
The Reconciliation Maturity ModelThe Reconciliation Maturity Model
The Reconciliation Maturity Modelrun_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 BPMBP Logix
 
Aa zero to-sixty
Aa zero to-sixtyAa zero to-sixty
Aa zero to-sixtyVijay 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.pdfRohitBhandari66
 
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 FormulaCognizant
 
Automated testing handbook
Automated testing handbookAutomated testing handbook
Automated testing handbookAndrei Hortúa
 
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 ImprovementKashish Trivedi
 
Process automation report
Process automation reportProcess automation report
Process automation reportMarc Gourvenec
 
What Is Workflow Automation.pdf
What Is Workflow Automation.pdfWhat Is Workflow Automation.pdf
What Is Workflow Automation.pdfRight 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
 

Similaire à 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)
 

Dernier

Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsAlberto González Trastoy
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female serviceCALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female serviceanilsa9823
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdfWave PLM
 
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️anilsa9823
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionSolGuruz
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsArshad QA
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...ICS
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsAndolasoft Inc
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsJhone kinadey
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...Health
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...kellynguyen01
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️Delhi Call girls
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Modelsaagamshah0812
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...MyIntelliSource, Inc.
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfkalichargn70th171
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...panagenda
 

Dernier (20)

Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female serviceCALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf
 
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with Precision
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.js
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS LiveVip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 

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.