Module 7

From Map to Improvement

Connect BPMN process maps to Six Sigma, Lean, and automation initiatives for measurable results.

Module 7 — 90-second video overview

Process Maps as the Starting Point for Improvement

A well-constructed BPMN process map is not an end in itself. It is the foundation upon which every improvement initiative is built. Whether you are launching a Six Sigma project, evaluating processes for robotic process automation, or building a case for a system replacement, the process map is where the analysis begins. Without it, improvement efforts are based on anecdote and assumption rather than structured understanding.

This module connects BPMN process mapping to the improvement methodologies and technologies that drive measurable operational change in banking. You will learn how documented processes feed into Six Sigma, Lean, RPA, AI/ML, and process mining initiatives — and how to build a continuous improvement pipeline from your process repository.

Process Maps as Input to Six Sigma DMAIC

The DMAIC methodology (Define, Measure, Analyze, Improve, Control) is the structured approach to process improvement used in Six Sigma. BPMN process maps play a central role in at least three of the five phases.

In the Define phase, the current-state process map helps the team scope the project accurately. It shows where the process starts and ends, who is involved, what systems are used, and where the boundaries lie. A SIPOC diagram (Suppliers, Inputs, Process, Outputs, Customers) is often the first-level view, but the detailed BPMN map beneath it provides the granularity needed to define the problem precisely.

In the Measure phase, the process map is the blueprint for the measurement plan. Each task, gateway, and event on the map is a potential measurement point. The map tells you where to collect cycle time data (between which events), where to measure quality (at which decision gateways or inspection tasks), and where handoff delays occur (between which lanes or pools). Without a process map, the team is guessing at what to measure and where.

In the Analyze phase, the process map provides the structural context for root cause analysis. When a Fishbone diagram identifies "manual data entry" as a potential root cause, the process map shows exactly which tasks involve manual entry, which lanes they sit in, and what happens downstream when errors occur. The map turns abstract causes into specific, locatable points in the workflow.

After improvements are implemented, the future-state process map becomes the specification for the Control phase — defining what the improved process should look like and providing the baseline for monitoring whether performance holds.

Identifying Automation Candidates from Process Maps

One of the highest-value uses of a process repository is systematic identification of automation opportunities. Banks are investing heavily in RPA, intelligent automation, and AI/ML, but the success of these investments depends entirely on selecting the right processes to automate. Process maps are the selection tool.

Robotic Process Automation (RPA) is best suited to processes that meet specific criteria: the process is rule-based (decisions follow clear if-then logic), high-volume (the same steps are performed hundreds or thousands of times), repetitive (the steps are consistent across transactions), and involve structured data (inputs come from defined fields in systems or standard-format documents). Critically, the process must be well-documented — an RPA developer cannot build a bot from a vague description. A detailed BPMN process map with every step, decision, and exception path documented is the ideal input for RPA development.

Walk through your L2 process maps and score each process against these criteria. Processes with high scores across all dimensions are prime RPA candidates. Common banking examples include nostro reconciliation matching, regulatory data extraction, payment screening alert dispositioning, and trade confirmation matching.

AI and machine learning opportunities emerge from different patterns in the process map. Look for tasks that involve unstructured data (reading emails, interpreting documents), pattern recognition (identifying anomalous transactions), or prediction (forecasting settlement failures). These tasks appear on the BPMN map as manual decision points where the logic is not purely rule-based — an experienced analyst uses judgement, context, and pattern matching. AI/ML can augment or replace that judgement at scale. Examples in banking include intelligent document processing for trade confirmations, anomaly detection in transaction monitoring, and predictive analytics for credit risk assessment.

Straight-through processing (STP) opportunities appear on the map as sequences of tasks that could execute automatically from start to finish if the right system integrations and business rules were in place. Look for processes where every gateway has deterministic outcomes for the majority of cases, and the only reason for human intervention is a system limitation rather than a genuine need for judgement.

Process Mining vs Manual Process Mapping

Process mining is a technology-driven approach that complements manual BPMN process mapping. While manual mapping captures how people think the process works (validated by observation and interviews), process mining discovers how the process actually executes by analysing event logs from IT systems.

Process mining software (such as Celonis, UiPath Process Mining, or Minit) ingests event logs — records of activities performed in systems like core banking platforms, payment engines, or case management tools — and reconstructs the actual process flows. The output is a visual process map derived from data, not from human recollection.

The power of process mining lies in its ability to reveal process variants — the different paths that transactions actually follow through a process. In a payment processing workflow, manual mapping might document a single happy path with two or three exception branches. Process mining might reveal 150 distinct variants, with some transactions looping through repair steps multiple times, others skipping control checks entirely, and a significant minority following paths that no one in the organisation was aware of.

However, process mining has limitations. It can only analyse processes that leave digital footprints in system event logs. Manual steps, phone calls, emails, and spreadsheet-based workarounds are invisible to process mining unless they generate log entries. Additionally, process mining shows what happens but not always why — understanding the business reasons behind a particular variant still requires human investigation.

The most effective approach combines both methods. Use manual BPMN mapping to capture the intended process design, including business rules, roles, and exception logic. Use process mining to validate the manual map against reality, identify unknown variants, and quantify the frequency and cost of deviations. The two approaches together produce a far more complete and accurate picture than either alone.

Connecting Maps to KPIs and SLAs

A process map without performance data is a structural diagram. A process map connected to Key Performance Indicators (KPIs) and Service Level Agreements (SLAs) is a management tool.

For each process in your repository, define the KPIs that measure process health. Common banking process KPIs include cycle time (how long the process takes from trigger to completion), error rate (percentage of transactions requiring rework or correction), STP rate (percentage of transactions that complete without manual intervention), cost per transaction (total cost divided by volume), and SLA compliance (percentage of transactions meeting the agreed service level).

Map each KPI to a specific point on the BPMN diagram. Cycle time is measured between the start event and the end event. STP rate is determined by the proportion of transactions that follow the automated path versus the manual exception path at key gateways. Error rate is measured at quality checkpoints and rework loops. Making these linkages explicit transforms the process map from a static document into a performance monitoring framework.

When a KPI deteriorates, the process map tells you exactly where to investigate. If the STP rate drops, examine the gateways where transactions are diverted to manual handling. If cycle time increases, check for new bottlenecks at handoff points between lanes. The map provides the diagnostic structure for rapid root cause identification.

Building a Continuous Improvement Pipeline

Process documentation is not a one-time project — it is the foundation of a continuous improvement pipeline. The pipeline works as follows:

Document — Create and maintain BPMN process maps in your repository, following the governance standards from Module 6. Measure — Connect each process to KPIs and monitor performance regularly. Analyse — When performance deviates from targets, use the process map to identify where and why. Combine manual analysis with process mining data where available. Improve — Design the future-state process, implement changes through projects (Six Sigma, automation, system enhancement), and update the process map to reflect the new state. Monitor — Track KPIs against the new baseline to confirm that improvement is sustained.

This cycle repeats continuously. Each iteration produces updated process documentation, better performance data, and new improvement opportunities. Over time, the process repository becomes a living record of how the organisation has evolved — a powerful asset for regulatory examinations, operational resilience assessments, and strategic planning.

Banking Example: From Process Maps to RPA in Reconciliation

A bank's securities operations team maintains BPMN process maps for all reconciliation workflows in their process repository. During a quarterly review, the operations manager identifies the nostro cash reconciliation process as a candidate for RPA based on the characteristics visible in the L2 process map.

The current-state map shows the following flow: an analyst downloads the previous day's nostro statement from the correspondent bank portal (manual, browser-based task). They open the internal ledger extract from the core banking system. They compare entries line by line, matching on amount, date, and reference. Matched items are marked as reconciled. Unmatched items are investigated — the analyst checks payment records, contacts the correspondent bank, or escalates to the payments team. At the end of the day, the analyst produces a break report for management.

Analysing the map against RPA criteria reveals strong suitability. The download and extract steps are rule-based and repetitive. The matching logic follows clear rules (amount, date, reference). The process handles structured data from defined system fields. Volume is high — approximately 2,000 entries per day across all nostro accounts. The exception path (investigation of unmatched items) requires human judgement, but the matching path is entirely deterministic.

The team designs a future-state process map where an RPA bot performs the download, extract, and matching steps automatically overnight. The bot produces a pre-matched reconciliation file and a separate exception list. Human analysts focus exclusively on investigating the unmatched items — the tasks that genuinely require judgement and experience.

The baseline KPIs from the current-state map show an average cycle time of 4 hours per account, a manual matching accuracy of 97%, and an analyst capacity of 3 accounts per day. After RPA implementation, the future-state KPIs target a cycle time of 20 minutes per account (bot processing time), a matching accuracy of 99.5%, and analyst capacity redirected entirely to exception investigation and resolution.

The detailed BPMN process map served as the automation blueprint — the RPA developer used it directly to configure the bot's workflow, decision logic, and exception handling. Without the map, the RPA project would have required weeks of additional discovery work. With it, development moved from specification to deployment in six weeks.

In the next module, you will complete the final exam to earn your BPMN Practitioner certification.

Module Quiz

5 questions — Pass mark: 60%

Q1.How do process maps support the Measure phase of Six Sigma DMAIC?

Q2.Which characteristics make a process a good candidate for RPA?

Q3.What is the key difference between process mapping and process mining?

Q4.How should process improvement be measured after changes are implemented?

Q5.What does continuous improvement mean for process documentation?