Modul 2 von 15 · 📖 5 min Lesezeit · ⏱ 30 min gesamt
FI-DPA 02 Prozessmodellierung mit BPMN (EN)
Inhaltsverzeichnis (5 Abschnitte)
FI-DPA 02 Process Modeling with BPMN
Processes are the backbone of every company. In this module, you will learn to systematically model and analyze business processes. You will acquire the ability to represent complex workflows using the Business Process Model and Notation (BPMN), making them understandable for all stakeholders.
BPMN enables you to document processes in a standardized way, identify weaknesses, and uncover optimization potential. You will learn the basic elements of BPMN and understand how to use them effectively for process modeling.
Concepts and Background
- Business Process Model and Notation (BPMN)
- An international standard for the graphical representation of business processes. BPMN provides a clear, understandable notation that both technical and non-technical people can understand.
- Pool
- Represents a participant role or an organizational unit. A pool surrounds the entire process and separates it from other processes. In practice, a pool often corresponds to a department or a company.
- Lane
- Divides a pool into horizontal strips to represent responsibilities or functions within an organizational unit. Each lane represents a role or department within the pool.
- Event
- Represents a point in the process where something happens. Events can start the process (Start-Event), end it (End-Event), or interrupt it (Intermediate Event).
- Gateway
- Determines the flow of the process based on conditions, rules, or parallelism. Gateways decide which path is taken in the process.
Practical Steps
- Define the process scope and objectives. Clarify which part of the business process you want to model and what purpose the model should serve.
- Identify the involved roles and departments (Pools and Lanes). Create a list of all actors involved in the process and assign them to the appropriate pools and lanes.
- Draw the main process flow with Start and End Events. Begin with the simplest representation of the process by establishing the starting point (circle) and the endpoint (double circle).
- Add Activities (Tasks) and Gateways. Expand the process flow by inserting the tasks to be performed (rectangles) and decision points (diamonds).
- Document the process logic and conditions at the Gateways. Add text notes to explain the decision criteria at the gateways and clarify the sequence of activities.
- Validate the model with the process participants. Review the created model together with subject matter experts to ensure it correctly represents the actual process.
Common Pitfalls
Further Resources
- Official BPMN 2.0 Specification - The authoritative BPMN reference
- BPMN 2.0 Cheat Sheet - Clear overview of all BPMN symbols
- Camunda BPMN Reference - Practical examples and explanations
- Event-driven Process Chains (EPK) - Alternative to BPMN
Knowledge Check
Four questions for self-assessment. Click on each question to see the correct answer and explanation.
1. What is the main purpose of Business Process Model and Notation (BPMN) in process modeling?
- A) The complete automation of business processes without human intervention
- B) The standardized graphical representation of business processes for all stakeholders
- C) The pure documentation of existing processes without optimization possibilities
- D) The replacement of all other process modeling methods such as UML or flowcharts
Correct Answer: B. BPMN serves the standardized graphical representation of business processes that both technical and non-technical people can understand. Option A is incorrect because BPMN does not cause complete automation. Option C is incorrect because BPMN is not only for documentation but also for identifying optimization potential. Option D is incorrect because BPMN is a specialized method that does not replace others.
2. What does a "Pool" primarily represent in BPMN notation?
- A) A single activity or task within a process
- B) A condition or rule that controls the process flow
- C) A point in the process where something happens
- D) A participant role or an organizational unit
Correct Answer: D. A pool represents a participant role or an organizational unit and separates the entire process from other processes. Option A describes an activity, not a pool. Option B describes a gateway, not a pool. Option C describes an event, not a pool.
3. Which element in BPMN determines the flow of the process based on conditions, rules, or parallelism?
- A) Event
- B) Lane
- C) Gateway
- D) Pool
Correct Answer: C. A Gateway determines the flow of the process based on conditions, rules, or parallelism. An Event (Option A) represents a point where something happens. A Lane (Option B) divides a pool into horizontal strips. A Pool (Option D) represents a participant role or organizational unit.
4. Which of the following steps is the first in the practical application of BPMN process modeling?
- A) Drawing the main process flow with Start and End Event