Core Elements of BPMN Diagrams Flashcards
(14 cards)
Start Event (thin circle)
Where the process begins
End Event (thick circle)
Where the Process Ends
Intermediate Event (Double Circle)
Occurs between start and end. Can represent messages, timers, etc.
Activities (Tasks)
These represent a specific unit of work (symbolized by rounded rectangles)
Name tasks with Verb+Noun Format
XOR Gateway
One path our (decision point)
Parallel Gateway (AND)
All Paths executed at once
Inclusive Gateway (OR)
One or more Paths
Sequence Flow
Solid Line with a Arrowhead
Shows the order of activities
Message Flow
Dashed Line with open arrowhead
Used for communication between different pools
Asscociation
Dotted Line
Links artifacts such as DATA OBJECTS to TASKS.EVENTS
Pools
Represent participants (e.g., Customer, Company)
Lanes
Subdivisions within a pool
Black Box Pool
Represents an External Participant (CUSTOMER) with no visible internal process
Common Rules and Best Practices
Only one start event per process
Avoid unnecessary gateways (especially parallel ones)
KEEP flows left to right
Message flows must connect between pools
Use Intermediate Events only for events that occur mid process
Avoid mixing sequence flows and message flows improperly
Maintain a Clean Flow