Title: Alternative Process Modeling langugues
1Alternative Process Modeling langugues
UML activity diagrams
Event-driven process chains
System-specific languages like Staffware will
follow later...
2UML
- Unified Modeling Language (Booch, Jacobson, and
Rumbaugh) - Diagrams in UML
- Class diagrams
- Object diagrams
- Use case diagrams
- Sequence diagrams (P)
- Collaboration diagrams (P)
- Statechart diagrams (P)
- Activity diagrams (P)
- Component diagrams
- Deployment diagrams
- Four of the ten diagrams can be used to describe
process-related aspects. - The activity diagrams are close to workflow
languages and borrow elements from Petri nets.
3UML overview
4Basic concepts
5Basic routing mechanisms (1)
6Basic routing mechanisms (2)
Do not use this in this course!
7Example
8Event-Driven Process Chains (EPCs)
- German Ereignisgesteuerte Proceßkette
(EPK)(Keller, Nüttgens, Scheer 1992) - Used in
- SAP reference models,
- SAP R/3 Business Workflow (EPC views),
- ARIS (IDS Prof. Scheer),
- LiveModel/Analyst (Intellicorp. Inc.)
- Elements
Every function/event has max. 1 input/output arc!!
9EPC (Semantics)
?
?
XOR
?
Initial/final functions have input/output place
10EPC (Semantics connectors)
11(No Transcript)
12(No Transcript)
13(No Transcript)
14(No Transcript)
15(No Transcript)
16(No Transcript)
17(No Transcript)
18(No Transcript)
19EPC (Example)
Note the multiple start and end events
20EPC (Connected connectors)
21EPC (Solution)
22EPC (Solution, top)
23EPC (Solution, bottom)
24EPC (Find the error)
25Good and bad constructs
26OR splits and OR joins
- OR split can be mapped onto an AND-split followed
by XOR-splits. - OR join has the "bus driver semantics" (this
causes a paradox and other problems).
27Travel expenses process in SAP R/3 reference model
28Dealing with EPCs
- Informal, i.e., no clear semantics
- To map an EPC onto Petri nets
- Remove all OR-splits and OR-joins, i.e., refine
them by AND and XOR (interpretation is needed). - Resolve the fact that there can be multiple
source and sink events by refinement and the use
of triggers (interpretation is needed). - (i.e., first interpret the process and then
translate)
29EPC (Extensions, ARIS)
30ARIS Toolset (IDS Scheer)
SAP R3 reference models
EPC
31Travel expenses process
subprocess
32EPC view in SAP Business Workflow, SAP AG
33In this course you are expected to be able ...
- to read and understand UML activity diagrams,
- to map simple UML activity diagrams onto the
notation of this course (only control flow), - to read and understand EPCs,
- to map any EPC onto the notation of this course
(only control flow), - to map simple examples onto the EPCs!