SlideShare une entreprise Scribd logo
1  sur  75
Télécharger pour lire hors ligne
Computer Science / Process Analytics
Dr. Dirk Fahland
d.fahland@tue.nl / @dfahland
Describing, Discovering, and Understanding
Multi-Dimensional Processes
Locality of transitions
+ places:
• Perfect fit for
process modeling,
execution, analysis
2
Processes and Petri Nets
Locality of transitions
+ places:
• Perfect fit for
process modeling,
execution, analysis
• Heavily influenced
design of industrial
modeling languages,
execution engines
3
Processes and Petri Nets
Locality of transitions
+ places:
• Perfect fit for
process modeling,
execution, analysis
• Heavily influenced
design of industrial
process modeling
languages, process
execution engines
• Foundational to
process mining
4
Processes and Petri Nets
Locality of transitions
+ places:
• Perfect fit for
process modeling,
execution, analysis
• Heavily influenced
design of industrial
process modeling
languages, process
execution engines
• Foundational to
process mining
Assumption: one run =
one process instance in
isolation
5
Processes and Petri Nets
Process instances are NEVER isolated
Vadim Denisov, Dirk Fahland, Wil M. P. van der Aalst: Unbiased, Fine-Grained Description of Processes
Performance from Event Data. BPM 2018: 139-157 6
Click to edit Master title style
7
Dimensions in Processes
information
+ material
+ resource
+ system
Com
Workflows
Data-driven
processes
(1:n/n:m relations)
single dynamic multiple dynamics
singleentitymultipleentities
information
LogisticsProcesses
Click to edit Master title style
▪ Processes with multiple entities
• How do they look like in practice?
• Where does current modeling fail?
− Implementation
− Process mining
• A proposal
• New research questions
8
Multi-Dimensional Processes
information
+ material
+ resource
+ system
Com
Workflows
Data-driven
processes
(1:n/n:m relations)
single dynamic multiple dynamics
singleentitymultipleentities
information
LogisticsProcesses
9
Multi-Dimensional Dynamics
12
1
2
1
complex network of
processes &
process instances
Interacting Cases - M:N
order1
order2
delivery5
delivery6
+ m:n interactions (no longer separated!)4 cases
order delivery
+
*
*
1st package 2nd package
+
10
Modeling 1:1 Interactions
create
package
notify
bill
order
load
deliver
undeliv.
return
delivery
package
result
order
delivery
1
1
11
m:n
m:n
Modeling M:N Interactions?
create
package
notify
bill
order
load
deliver
undeliv.
return
delivery
package
result
• each order can be handled by 1..m deliveries
• each delivery handles 1..n orders
order
delivery
+
+
*
*
next
retry
12
m:n
m:n
What is missing to have an executable model?
create
package
notify
bill
order
load
deliver
undeliv.
return
delivery
next
retry
1. distinguish
different packages
2. how many
packages and to
which delivery does a
package go?
3. which results does an order consume/
wait for?
package
load
bill
13
package
result
14
Can be modeled with Coloured Petri Nets
Click to edit Master title style
▪ Processes with multiple entities
• How do they look like in practice?
• Where does current modeling fail?
− Implementation
− Process mining
• A proposal
• New research questions
15
Multi-Dimensional Processes
information
+ material
+ resource
+ system
Com
Workflows
Data-driven
processes
(1:n/n:m relations)
single dynamic multiple dynamics
singleentitymultipleentities
information
LogisticsProcesses
Implementation: BPMN + Relational Data + Operations
order delivery
create
order
package
bill
load
deliver
finish
X
X
package
create
packages
check if packages
of this order
are delivered
pick available
packages
mark package
as delivered
16
Database:
BPMN + Relational Data + Operations
create packages
order delivery
create
order
package
bill
load
deliver
finish
X
X
table package
pID orderID customer …
21 1 Mr. Red …
… state
… ready
22 2 Mrs. Blue …
… ready
25 1 Mr. Red …
… waiting
17
create
BPMN + Relational Data + Operations
… attributes referring to process instances
order delivery
create
order
package
bill
load
deliver
finish
X
X
table package
pID orderID customer …
21 1 Mr. Red …
… state
… ready
22 2 Mrs. Blue …
… ready
25 1 Mr. Red …
… waiting
order 1 knows packages {21,25}
18
BPMN + Relational Data + Operations
associate ready packages to "delivery 5"
order delivery
create
order
package
bill
load
deliver
finish
X
X
table package
pID orderID customer …
21 1 Mr. Red …
22 2 Mrs. Blue …
25 1 Mr. Red …
… delivID state
… null ready
… null ready
… null waiting
19
update
BPMN + Relational Data + Operations
associate ready packages to "delivery 5"
order delivery
create
order
package
bill
load
deliver
finish
X
X
table package
pID orderID customer …
21 1 Mr. Red …
22 2 Mrs. Blue …
25 1 Mr. Red …
… delivID state
… 5 loaded
… 5 loaded
… null waiting
20
update
delivery 5 knows packages {21,22}
BPMN + Relational Data + Operations
complex sync: bill only when all delivered
order delivery
create
order
package
bill
load
deliver
finish
X
X
table package
pID orderID customer …
21 1 Mr. Red …
22 2 Mrs. Blue …
25 1 Mr. Red …
… delivID state
… null deliv.
… null deliv.
… null ready
21
read
Click to edit Master title style
▪ Processes with multiple entities
• How do they look like in practice?
• Where does current modeling fail?
− Implementation
− Process mining
• A proposal
• New research questions
22
Multi-Dimensional Processes
information
+ material
+ resource
+ system
Com
Workflows
Data-driven
processes
(1:n/n:m relations)
single dynamic multiple dynamics
singleentitymultipleentities
information
LogisticsProcesses
Process Mining on Multi-Dimensional Data
23
events in
relational
DB
E. Nooijen, B. v. Dongen, and D. Fahland, “Automatic Discovery of Data-Centric and Artifact-Centric Processes,” in BPM Workshops. Springer, 2013, pp. 316–327.
Viara Popova, Dirk Fahland, Marlon Dumas: “Artifact Lifecycle Discovery.” Int. J. Cooperative Inf. Syst. 24(1) (2015)
Xixi Lu, Marijn Nagelkerke, Dirk Fahland: “Discovering Interacting Artifacts from ERP systems” IEEE Trans. On Services Computing DOI: 10.1109/TSC.2015.2474358
edges: 29 correct, 48 wrong
2 months SAP data
single-dimensional
discovery
Why classical Process Mining (single case ID) fails
24
events in
relational
DB
O1
O2
D5
D6
Why classical Process Mining (single case ID) fails
25
events in
relational
DB
O1
O2
D5
D6
extract log for case id: O1
1 15 5 6 16
time
Why classical Process Mining (single case ID) fails
26
events in
relational
DB
O1
O2
D5
D6
1 15 5 6 1
time
6
extract log for case id: O2
5 5 6 62 2 2
Why classical Process Mining (single case ID) fails
27
events in
relational
DB
single-dimensional
discovery
edges: 29 correct, 48 wrong
2 months SAP data
O1
O2
D5
D6
1 15 5 6 1
time
6
single case id → de-normalizes underlying data-structure
5 5 6 62 2 2
duplicates
events
false
dependencies
“Network” Process Mining
28
“network” of
processes and
data objects
describes
events in
relational
DB
discover
E. Nooijen, B. v. Dongen, and D. Fahland, “Automatic Discovery of Data-Centric and Artifact-Centric Processes,” in BPM Workshops. Springer, 2013, pp. 316–327.
Viara Popova, Dirk Fahland, Marlon Dumas: “Artifact Lifecycle Discovery.” Int. J. Cooperative Inf. Syst. 24(1) (2015)
Xixi Lu, Marijn Nagelkerke, Dirk Fahland: “Discovering Interacting Artifacts from ERP systems” IEEE Trans. On Services Computing DOI: 10.1109/TSC.2015.2474358
classical
discovery
edges: 29 correct, 48 wrong
2 months SAP data
Discover Objects & Life-Cycles
[Nooijen et al. 2013, Lu et al. 2015]
cluster tables extract event logs discover life-cycle model
(classical discovery)
29
… and Relations
[Lu et al. 2015]
30
O1
O2
D5
D6
1 15 5 1O1→D5:
5 5D5:
D6: 6 6
1 1 1
2 2 2
O1:
O2:
Network of Event logs (linked via shared events)
31
object
event logs
relation
event logs
1 15 5 1O1→D5:
O1→D6: …
…
Process Mining in Networks of Event Logs
32
object
event logs
relation
event logs
SAP Order-To-Cash “Artifact-Centric Model”
100% of edges correct
= temporal and structural relation
between documents
infrequent edge
→ outlier
29/77 correct
edges
33
But these are just pictures!
Order
Handling
Understandable Multi-Dimensional Processes
Order
Handling
Delivery
Shipment
Delivery
Order
Handling
table `package`
table `order`
table `delivery`
…
hand-written
code SQL
implemented
processes
high-level
process model
same?
complexity
abstract graphical concepts written code
simple to understand
but too imprecise
precise but non-
understandable,
non-analyzable
34
Click to edit Master title style
▪ Processes with multiple entities
• How do they look like in practice?
• Where does current modeling fail?
− Implementation
− Process mining
• A proposal
• New research questions
35
Multi-Dimensional Processes
information
+ material
+ resource
+ system
Com
Workflows
Data-driven
processes
(1:n/n:m relations)
single dynamic multiple dynamics
singleentitymultipleentities
information
LogisticsProcesses
Need a model that can produce such a run:
order delivery
+ +
*
*
follow-up
order1
order2
delivery5 delivery6
+ interactions between cases
load
deliver next
finish
retry
delivery tour
undeliv.
Proclets: Cardinalities between events
create
split
notify
bill
order
+
*
1
*
*
1 1
*
each occurrence of split → 1..n occurrence of load
each occurrence of load → 0..n occurrences of split
[van der Aalst 2001] 37
Cardinalities constrain possible n:m interactions
load
deliver next
finish
retry
delivery tour
undeliv.
create
split
notify
bill
order
+
*
1
*
*
1 1
*
38
order1
order2
delivery5 delivery6
Problem: Cardinalities do NOT preserve objects
load
deliver next
finish
retry
delivery tour
undeliv.
create
split
notify
bill
order
+
*
1
*
*
1 1
*
39
order1
order2
delivery5 delivery6
package25
is lostpackage21 is
duplicated
package22
teleports
… but cardinality
constraints satisfied
So what’s the problem with M:N relationships?
order1
order2
delivery5
delivery6
#21
#25
#22
40
order delivery
+ +
*
*
follow-up
Reify Relation → 2nd Normal Form
order1
order2
delivery5
delivery6
#21
#25
#22
41
order delivery
+1 + 1
package
pID orderID customer …
21 1 Mr. Red …
22 2 Mrs. Blue …
25 1 Mr. Red …
delivID state
5 deliv.
5 loaded
null ready
Reify Relation → Reify Behavior
order1
order2
delivery5
delivery6
#21
#25
#22
42
order delivery
+1 + 1
package
3 Conversations = Behavior of an Object “Package”
#22
pack
load retry load deliver
bill
#21
load
pack
deliver
bill
#25
pack
load undeliv
bill
43
Behavioral Model for Object Package
pack load
retry
deliver
undeliv
bill
package ready
loaded
delivered
pID orderID customer …
21 1 Mr. Red …
22 2 Mrs. Blue …
25 1 Mr. Red …
delivID state
5 deliv.
5 loaded
null ready
states in life-cycle model abstract
from attribute values in data model
44
Precursor to this idea in: Ronny Mans. Workflow Support for the Healthcare Domain. PhD Thesis. 2011, Ch. 6.
Reify Behavioral Model → Normal Form
pack load
retry
deliver
undeliv
bill
package
45
load
deliver next
finish
retry
delivery tour
undeliv.
create
split
notify
bill
order
+
*
1
*
*
1 1
*
order delivery
+1 + 1
package
Behavioral Normal Form: Synchronous Interaction
create
pack
notify
bill
order
load
deliver
undeliv.
return
delivery
next
retry
pack load
retry
deliver
undeliv
bill
package
46
… with 1:1/1:N synchronization only: Normal Form!
create
pack
notify
bill
order
load
deliver
undeliv.
return
delivery
next
retry
pack load
retry
deliver
undeliv
bill
package
1
+
1 instance of order can
create 1..n packages
1 instance of delivery
can load 1..n packages
1+
11
11
1
1
1 instance of delivery can
deliver 1 package at a time
+
1
1 instance of order
can bill 1..n packages
47
formal model in paper is general, allows N:M synchronization
Dirk Fahland “Describing Behavior of Processes with Many-to-Many Interactions”, Petri Nets 2019
48
Semantics: As “net-affine” as I could make it
create
pack
notify
bill
order
load
deliver
undeliv.
return
delivery
next
retry
pack load
retry
deliver
undeliv
bill
package
1
+ 1+
11
11
1
1
+
1
p1
create
partially-ordered run
t1 (t1,1)
1
(p1,1)
In instance “1” of process order
transition create”occurred
Token id “1” on place p1
→ -Petri net semantics
Dirk Fahland: Petri's Understanding of Nets.
Carl Adam Petri: Ideas, Personality, Impact 2019: 31-36
49
Different Instances: “own” local runs
create
pack
notify
bill
order
load
deliver
undeliv.
return
delivery
next
retry
pack load
retry
deliver
undeliv
bill
package
1
+ 1+
11
11
1
1
+
1
p1
create
partially-ordered run
t1 (t1,1)
1
create (t1,2)
2
(p1,1) (p1,2)
50
Different Instances: “own” local runs
create
pack
notify
bill
order
load
deliver
undeliv.
return
delivery
next
retry
pack load
retry
deliver
undeliv
bill
package
1
+ 1+
11
11
1
1
+
1
p1
p2
create
partially-ordered run
t1
t2
(t1,1)
1
create (t1,2)
2
(p1,1) (p1,2)
pack
(p2,1)
(t2,1) pack
(p2,2)
(t2,2)
(p1,1) (p1,2)
possible extensions of the run
51
How to synchronize instances?
create
pack
notify
bill
order
load
deliver
undeliv.
return
delivery
next
retry
pack load
retry
deliver
undeliv
bill
package
1
+ 1+
11
11
1
1
+
1
p1
p2
create
partially-ordered run
t1
t2
(t1,1)
1
create (t1,2)
2
(p1,1) (p1,2)
pack
(p2,1)
(t2,1) pack
(p2,2)
(t2,2)
(p1,1) (p1,2)
possible extensions of the run
pack
(p3,21)
(t3,21)
pack
(p3,25)
(t3,25)
pack
(p3,22)
(t3,22)
p3
t3
52
Binding = non-det. chosen set of ids to sync
create
pack
notify
bill
order
load
deliver
undeliv.
return
delivery
next
retry
pack load
retry
deliver
undeliv
bill
package
1
+ 1+
11
11
1
1
+
1
p1
p2
create
partially-ordered run
t1
t2
(t1,1)
1
create (t1,2)
2
(p1,1) (p1,2)
pack
(p2,1)
(t2,1) pack
(p2,2)
(t2,2)
(p1,1) (p1,2)
pack pack pack
binding at channel (pack,pack):
{ 1,21,25 }
relation underlying the binding
{ (1,21),(1,25) }
p3
t3
(p3,21)
(t3,21)
(p3,25)
(t3,25)
(p3,22)
(t3,22)
53
Binding = non-det. chosen set of ids to sync
create
pack
notify
bill
order
load
deliver
undeliv.
return
delivery
next
retry
pack load
retry
deliver
undeliv
bill
package
1
+ 1+
11
11
1
1
+
1
p1
p2
create
partially-ordered run
t1
t2
(t1,1)
1
create (t1,2)
2
(p1,1) (p1,2)
pack
(p2,1)
(t2,1) pack
(p2,2)
(t2,2)
(p1,1) (p1,2)
pack pack pack
p3
t3
(p3,21)
(t3,21)
(p3,25)
(t3,25)
(p3,22)
(t3,22)
binding at channel (pack,pack):
{ 1,21,25, 22, 2 }
relation underlying the binding
{ (1,21),(1,25),(1,22),(2,21),(2,25),(2,22) }
violates 1:+
54
Binding = non-det. chosen set of ids to sync
create
pack
notify
bill
order
load
deliver
undeliv.
return
delivery
next
retry
pack load
retry
deliver
undeliv
bill
package
1
+ 1+
11
11
1
1
+
1
p1
p2
create
partially-ordered run
t1
t2
(t1,1)
1
create (t1,2)
2
(p1,1) (p1,2)
pack
(p2,1)
(t2,1) pack
(p2,2)
(t2,2)
(p1,1) (p1,2)
pack pack pack
p3
t3
(p3,21)
(t3,21)
(p3,25)
(t3,25)
(p3,22)
(t3,22)
binding at channel (pack,pack):
{ 1,21,25 }
relation underlying the binding
{ (1,21),(1,25) }
satisfies 1:+
55
Unbounded synchronization of local events
create
pack
notify
bill
order
load
deliver
undeliv.
return
delivery
next
retry
pack load
retry
deliver
undeliv
bill
package
1
+ 1+
11
11
1
1
+
1
p1
p2
create
partially-ordered run
t1
t2
(t1,1)
(p1,1)
1
create (t1,2)
(p1,2)
2
pack
(p2,1)
(t2,1)(t3,21)(t3,25)
(p3,21) (p3,25)
21 25
(p1,2)
pack
(p2,2)
(t2,2)pack
(p3,22)
(t3,22)
p3
t3
56
Unbounded synchronization of local events
create
pack
notify
bill
order
load
deliver
undeliv.
return
delivery
next
retry
pack load
retry
deliver
undeliv
bill
package
1
+ 1+
11
11
1
1
+
1
p1
p2
create
partially-ordered run
t1
t2
(t1,1)
(p1,1)
1
create (t1,2)
(p1,2)
2
pack
(p2,1)
(p3,22)
(t3,22)(t2,2)
pack
(p2,2)
21 25
synchronization describes relation
on behavioral level, no data stored!
(t2,1)(t3,21)(t3,25)
(p3,21) (p3,25)
p3
t3 22
Each instance has 1 local run + synchronization
order1
order2
delivery5
delivery6
package #21
#package 22
package #25
pack
load deliver
bill
pack
retry load deliver undeliv.
bill
1 order
N packages
57
… compose into run with m:n interactions
order1
order2
delivery5
delivery6
package #21
#package 22
package #25
pack
load deliver
bill
pack
retry load deliver undeliv.
bill
58
What’s missing?
create
pack
notify
bill
order
load
deliver
undeliv.
return
delivery
next
retry
pack load
retry
deliver
undeliv
bill
package
1
+ 1+
11
11
1
1
+
1
order delivery
1+ 1 +
package
synchronize on the packages
created at “pack”
59
60
Initialize Correlation Binding P at “pack”
Match (=) Binding P at “bill”
create
pack
notify
bill
order
load
deliver
undeliv.
return
delivery
next
retry
pack load
retry
deliver
undeliv
bill
package
1
+ 1+
11
11
1
1
+
1
p4 p5
create
partially-ordered run
t4
t5
create
pack packInit P
= P
bill
(t4,1)
(p4,1)
bill
(t5,21)
(p5,21)
bill
(t5,22)
Init (1,21),(1,25) ≠ Match (1,21)
(t3,22)(t2,2)(t2,1)(t3,21)(t3,25)
p2 (p2,1) (p2,2)
(p5,22)
(p3,22)(p3,21) (p3,25)
61
Initialize Correlation Binding P at “pack”
Match (=) Binding P at “bill”
create
pack
notify
bill
order
load
deliver
undeliv.
return
delivery
next
retry
pack load
retry
deliver
undeliv
bill
package
1
+ 1+
11
11
1
1
+
1
create
partially-ordered run
create
pack
(p2,1)
pack
(p2,2)
= P
bill bill bill
p4 p5
t4
t5
(t4,1)
(p4,1)
(t5,21) (t5,22)
(p3,22)
(t3,22)(t2,2)(t2,1)(t3,21)(t3,25)
(p3,21) (p3,25)
Init (1,21),(1,25) ≠ Match (1,21),(1,22)
p2
(p5,21) (p5,22)
Init P
62
Initialize Correlation Binding P at “pack”
Match (=) Binding P at “bill”
create
pack
notify
bill
order
load
deliver
undeliv.
return
delivery
next
retry
pack load
retry
deliver
undeliv
bill
package
1
+ 1+
11
11
1
1
+
1
p2
create
partially-ordered run
create
pack
(p2,1)
pack
(p2,2)
= P
bill bill bill
(t5,25)
(p5,25)
bill
Init (1,21),(1,25) = Match (1,21),(1,25)
p4 p5
t4
t5
(t4,1)
(p4,1)
(t5,21) (t5,22)
(p3,22)
(t3,22)(t2,2)(t2,1)(t3,21)(t3,25)
(p3,21) (p3,25)
(p5,21) (p5,22)
Init P
63
“Synchronous Proclets”
k process models
• Synchronous channels
• cardinality constraints 1:1, 1:n
• correlation constraints: Init P , P, =P
operational semantics: PO-runs
• id-tokens + -Petri net semantics
• unbounded synchronization of events
• events hold all relational information
• history-based correlation
Dirk Fahland “Describing Behavior of Processes with Many-to-Many Interactions”, Petri Nets 2019
Click to edit Master title style
▪ Processes with multiple entities
• How do they look like in practice?
• Where does current modeling fail?
− Implementation
− Process mining
• A proposal
• New research questions
64
Multi-Dimensional Processes
information
+ material
+ resource
+ system
Com
Workflows
Data-driven
processes
(1:n/n:m relations)
single dynamic multiple dynamics
singleentitymultipleentities
information
LogisticsProcesses
▪ Active Component
• “service”: activities, performed by agents driving the process,
e.g. split an order, write an invoice, …
• can communicate (asynchronously)
Active and Passive Components
Active Active
Active Active
Active
65
▪ Active Component
• “process”: activities, performed by agents driving the process,
e.g. split an order, write an invoice, …
• can communicate (asynchronously)
▪ Passive Component
• “data object”: attributes, can be updated, e.g. a package
• order of updates is constrained, triggered from outside
• restricts interaction between several active processes
Active and Passive Components
Active Active
Active Active
Active
pass
ive
pass
ive
pass
ive
“channel”
66
67
Is this model sound?
No, solution given in:
Dirk Fahland “Describing Behavior of Processes with Many-to-Many Interactions”, Petri Nets 2019
▪ Is reachability decidable?
▪ Is the model „sound“?
→ parameterized verification problem (for all number of instances)
▪ What‘s the minimal number of instances needed to achieve a particular
(problematic) behavior?
▪ Given k „active“ components
→ synthesize the „passive“ components to ensure property X
New verification & synthesis problems
Active Active
Active Active
Active
pass
ive
pass
ive
pass
ive
“channel”
68
69
New Modeling (Language) Problems
▪ How to add determinism, e.g., link to data model, guard conditions
• Data-Centric Dynamic Systems, DB-Petri Nets (Marco Montali)
▪ What are adequate design patterns?
▪ How to design comprehensible models (for task X)?
• These models flatten the 1:n/n:m interactions
• Strong “visual” discrepancy between model syntax and behavior
70
Problem: Flattened n:m relations & variants
most frequent behavior all behaviors across 3 data objects
71
Explicitly describing behavior over n:m relations
Scenario:
• Describe partial behavior
• Describe object instances + interactions explicitly
• + context (e.g., enabling history)
72
Scenarios w/ history specify m:n interactions in a visual,
comprehensive way
Dirk Fahland “Oclets - Scenario-Based Modeling with Petri Nets.” Petri Nets 2009: 223-242
Dirk Fahland, Robert Prüfer: Data and Abstraction for Scenario-Based Modeling with Petri Nets. Petri Nets 2012: 168-187
73
Need to transform between local/global views
scenarios
between objects
A A
A A
AP P
P
process model of
processes + data objects
behavior of interest
split
load
orderX deliveryY
deliver
bill
A
A A
P
P
viewall behavior/view
split
load
orderX deliveryY
deliver
bill
split
load
orderX deliveryY
deliver
bill
split
load
orderX deliveryY
deliver
bill
split
load
orderX deliveryY
deliver
bill
split
load
orderX deliveryY
deliver
bill
split
load
orderX deliveryY
deliver
bill
events in
relational
DB
▪ Multi-Dimensional Process Dynamics
▪ Net-based model
• partially ordered runs
• Id-tokens
• Unbounded synchronization at events
• History-based correlation
▪ Gives rise to many new research
questions
• Decidability, verification
• Scenario-based modeling w/ history
• Synthesis, querying
74
Wrap-Up
information
+ material
+ resource
+ system
Com
Workflows
Data-driven
processes
(1:n/n:m relations)
single dynamic multiple dynamics
singleentitymultipleentities
information
LogisticsProcesses
▪ Dirk Fahland, Massimiliano de Leoni, Boudewijn F. van Dongen, Wil M. P. van der Aalst:
“Many-to-Many: Some Observations on Interactions in Artifact Choreographies.” ZEUS 2011: 9-15
The running example of orders and deliveries, and the idea of synchronous interactions of artifacts with processes.
▪ Dirk Fahland “Describing Behavior of Processes with Many-to-Many Interactions”, Petri Nets 2019
▪ Dirk Fahland “Oclets - Scenario-Based Modeling with Petri Nets.” Petri Nets 2009: 223-242
▪ Dirk Fahland, Robert Prüfer: Data and Abstraction for Scenario-Based Modeling with Petri Nets. Petri Nets 2012: 168-187
▪ W.M.P. van der Aalst, R.S. Mans, and N.C. Russell. “Workflow Support Using Proclets: Divide Interact, and Conquer.” IEEE Data Eng. Bull., 32(3):16-22, 2009
▪ A. Nigam and N. Caswell, “Business artifacts: An approach to operational specification,” IBM Systems Journal, vol. 42, no. 3, pp. 428–445, 2003.
▪ D. Cohn and R. Hull, “Business artifacts: A data-centric approach to modeling business operations and processes” Bulletin of the IEEE Computer Society
Technical Committee on Data Engineering, vol. 32, no. 3, pp. 3–9, 2009
▪ ACSI Project “The core ACSI artifact paradigm: artifact-layer and realization-layer”
http://www.acsi-project.eu/deliverables/D1.1_The_core_ACSI_artifact_paradigm.pdf
Different models for Artifact-Centric Processes (FSM, GSM, Proclets)
▪ E. Nooijen, B. v. Dongen, and D. Fahland, “Automatic Discovery of Data-Centric and Artifact-Centric Processes,” in Business Process Management Workshops.
Springer, 2013, pp. 316–327.
Discovering Petri net life-cycle models from databases
▪ Viara Popova, Dirk Fahland, Marlon Dumas: “Artifact Lifecycle Discovery.” Int. J. Cooperative Inf. Syst. 24(1) (2015)
Discovering GSM models from raw logs
▪ Xixi Lu, Marijn Nagelkerke, Dirk Fahland: “Discovering Interacting Artifacts from ERP systems” IEEE Trans. On Services Computing (to appear),
http://dx.doi.org/10.1109/TSC.2015.2474358
Discovering Proclet models with interactions from databases
▪ Andreas Meyer, Luise Pufahl, Kimon Batoulis, Dirk Fahland, Mathias Weske: “Automating data exchange in process choreographies”. Inf. Syst. 53: 296-329
(2015)
Extending BPMN data objects with annotations to automated data dependencies, message creation, message correlation, message processing
Reading
75

Contenu connexe

Similaire à Describing, Discovering, and Understanding Multi-Dimensional Processes

Oracle Stream Analytics - Simplifying Stream Processing
Oracle Stream Analytics - Simplifying Stream ProcessingOracle Stream Analytics - Simplifying Stream Processing
Oracle Stream Analytics - Simplifying Stream ProcessingGuido Schmutz
 
A Maturing Role of Workflows in the Presence of Heterogenous Computing Archit...
A Maturing Role of Workflows in the Presence of Heterogenous Computing Archit...A Maturing Role of Workflows in the Presence of Heterogenous Computing Archit...
A Maturing Role of Workflows in the Presence of Heterogenous Computing Archit...Ilkay Altintas, Ph.D.
 
Introduction: Relational to Graphs
Introduction: Relational to GraphsIntroduction: Relational to Graphs
Introduction: Relational to GraphsNeo4j
 
Digital Transformation in the PLM domain - distrib.pdf
Digital Transformation in the PLM domain - distrib.pdfDigital Transformation in the PLM domain - distrib.pdf
Digital Transformation in the PLM domain - distrib.pdfJos Voskuil
 
Digitalisation: How can we mix the "new oil" and the "old oil? The role of IT...
Digitalisation: How can we mix the "new oil" and the "old oil? The role of IT...Digitalisation: How can we mix the "new oil" and the "old oil? The role of IT...
Digitalisation: How can we mix the "new oil" and the "old oil? The role of IT...SIRIUS Centre, University of Oslo
 
1. Overview_of_data_analytics (1).pdf
1. Overview_of_data_analytics (1).pdf1. Overview_of_data_analytics (1).pdf
1. Overview_of_data_analytics (1).pdfAyele40
 
Data vault seminar May 5-6 Dommel - The factory and the workshop
Data vault seminar May 5-6 Dommel - The factory and the workshopData vault seminar May 5-6 Dommel - The factory and the workshop
Data vault seminar May 5-6 Dommel - The factory and the workshopjohannesvdb
 
Bridging Big Data and Data Science Using Scalable Workflows
Bridging Big Data and Data Science Using Scalable WorkflowsBridging Big Data and Data Science Using Scalable Workflows
Bridging Big Data and Data Science Using Scalable WorkflowsIlkay Altintas, Ph.D.
 
Experiments With Knowledge Graphs in Fisheries & Oceans Canada
Experiments With Knowledge Graphs in Fisheries & Oceans CanadaExperiments With Knowledge Graphs in Fisheries & Oceans Canada
Experiments With Knowledge Graphs in Fisheries & Oceans CanadaNeo4j
 
Oracle Stream Explorer
Oracle Stream ExplorerOracle Stream Explorer
Oracle Stream ExplorerTrivadis
 
Oracle Stream Explorer - Simplifying Event/Stream Processing
Oracle Stream Explorer - Simplifying Event/Stream ProcessingOracle Stream Explorer - Simplifying Event/Stream Processing
Oracle Stream Explorer - Simplifying Event/Stream ProcessingGuido Schmutz
 
Oracle Stream Explorer Guido Schmutz
Oracle Stream Explorer Guido SchmutzOracle Stream Explorer Guido Schmutz
Oracle Stream Explorer Guido SchmutzDésirée Pfister
 
Slides Presentation for Royal Haskoning about Knowledge Management at Oce
Slides Presentation for Royal Haskoning about Knowledge Management at OceSlides Presentation for Royal Haskoning about Knowledge Management at Oce
Slides Presentation for Royal Haskoning about Knowledge Management at OceSamuel Driessen
 
Keynote at-icpc-2020
Keynote at-icpc-2020Keynote at-icpc-2020
Keynote at-icpc-2020Ralf Laemmel
 
Entity centric data_management_2013
Entity centric data_management_2013Entity centric data_management_2013
Entity centric data_management_2013eXascale Infolab
 
FOSDEM 2014: Social Network Benchmark (SNB) Graph Generator
FOSDEM 2014:  Social Network Benchmark (SNB) Graph GeneratorFOSDEM 2014:  Social Network Benchmark (SNB) Graph Generator
FOSDEM 2014: Social Network Benchmark (SNB) Graph GeneratorLDBC council
 
OSCON 2014: Data Workflows for Machine Learning
OSCON 2014: Data Workflows for Machine LearningOSCON 2014: Data Workflows for Machine Learning
OSCON 2014: Data Workflows for Machine LearningPaco Nathan
 

Similaire à Describing, Discovering, and Understanding Multi-Dimensional Processes (20)

Oracle Stream Analytics - Simplifying Stream Processing
Oracle Stream Analytics - Simplifying Stream ProcessingOracle Stream Analytics - Simplifying Stream Processing
Oracle Stream Analytics - Simplifying Stream Processing
 
Montali - DB-Nets: On The Marriage of Colored Petri Nets 
and Relational Data...
Montali - DB-Nets: On The Marriage of Colored Petri Nets 
and Relational Data...Montali - DB-Nets: On The Marriage of Colored Petri Nets 
and Relational Data...
Montali - DB-Nets: On The Marriage of Colored Petri Nets 
and Relational Data...
 
Verification of Data-Aware Processes at ESSLLI 2017 1/6 - Introduction and Mo...
Verification of Data-Aware Processes at ESSLLI 2017 1/6 - Introduction and Mo...Verification of Data-Aware Processes at ESSLLI 2017 1/6 - Introduction and Mo...
Verification of Data-Aware Processes at ESSLLI 2017 1/6 - Introduction and Mo...
 
A Maturing Role of Workflows in the Presence of Heterogenous Computing Archit...
A Maturing Role of Workflows in the Presence of Heterogenous Computing Archit...A Maturing Role of Workflows in the Presence of Heterogenous Computing Archit...
A Maturing Role of Workflows in the Presence of Heterogenous Computing Archit...
 
Introduction: Relational to Graphs
Introduction: Relational to GraphsIntroduction: Relational to Graphs
Introduction: Relational to Graphs
 
Digital Transformation in the PLM domain - distrib.pdf
Digital Transformation in the PLM domain - distrib.pdfDigital Transformation in the PLM domain - distrib.pdf
Digital Transformation in the PLM domain - distrib.pdf
 
Digitalisation: How can we mix the "new oil" and the "old oil? The role of IT...
Digitalisation: How can we mix the "new oil" and the "old oil? The role of IT...Digitalisation: How can we mix the "new oil" and the "old oil? The role of IT...
Digitalisation: How can we mix the "new oil" and the "old oil? The role of IT...
 
1. Overview_of_data_analytics (1).pdf
1. Overview_of_data_analytics (1).pdf1. Overview_of_data_analytics (1).pdf
1. Overview_of_data_analytics (1).pdf
 
Data vault seminar May 5-6 Dommel - The factory and the workshop
Data vault seminar May 5-6 Dommel - The factory and the workshopData vault seminar May 5-6 Dommel - The factory and the workshop
Data vault seminar May 5-6 Dommel - The factory and the workshop
 
Bridging Big Data and Data Science Using Scalable Workflows
Bridging Big Data and Data Science Using Scalable WorkflowsBridging Big Data and Data Science Using Scalable Workflows
Bridging Big Data and Data Science Using Scalable Workflows
 
Experiments With Knowledge Graphs in Fisheries & Oceans Canada
Experiments With Knowledge Graphs in Fisheries & Oceans CanadaExperiments With Knowledge Graphs in Fisheries & Oceans Canada
Experiments With Knowledge Graphs in Fisheries & Oceans Canada
 
Oracle Stream Explorer
Oracle Stream ExplorerOracle Stream Explorer
Oracle Stream Explorer
 
Oracle Stream Explorer - Simplifying Event/Stream Processing
Oracle Stream Explorer - Simplifying Event/Stream ProcessingOracle Stream Explorer - Simplifying Event/Stream Processing
Oracle Stream Explorer - Simplifying Event/Stream Processing
 
Oracle Stream Explorer Guido Schmutz
Oracle Stream Explorer Guido SchmutzOracle Stream Explorer Guido Schmutz
Oracle Stream Explorer Guido Schmutz
 
Slides Presentation for Royal Haskoning about Knowledge Management at Oce
Slides Presentation for Royal Haskoning about Knowledge Management at OceSlides Presentation for Royal Haskoning about Knowledge Management at Oce
Slides Presentation for Royal Haskoning about Knowledge Management at Oce
 
Cooking with Data and Processes
Cooking with Data and ProcessesCooking with Data and Processes
Cooking with Data and Processes
 
Keynote at-icpc-2020
Keynote at-icpc-2020Keynote at-icpc-2020
Keynote at-icpc-2020
 
Entity centric data_management_2013
Entity centric data_management_2013Entity centric data_management_2013
Entity centric data_management_2013
 
FOSDEM 2014: Social Network Benchmark (SNB) Graph Generator
FOSDEM 2014:  Social Network Benchmark (SNB) Graph GeneratorFOSDEM 2014:  Social Network Benchmark (SNB) Graph Generator
FOSDEM 2014: Social Network Benchmark (SNB) Graph Generator
 
OSCON 2014: Data Workflows for Machine Learning
OSCON 2014: Data Workflows for Machine LearningOSCON 2014: Data Workflows for Machine Learning
OSCON 2014: Data Workflows for Machine Learning
 

Plus de Dirk Fahland

Artifacts and Databases - the Need for Event Relation Graphs and Synchronous ...
Artifacts and Databases - the Need for Event Relation Graphs and Synchronous ...Artifacts and Databases - the Need for Event Relation Graphs and Synchronous ...
Artifacts and Databases - the Need for Event Relation Graphs and Synchronous ...Dirk Fahland
 
Process Mining: Past, Present, and Open Challenges (AIST 2017 Keynote)
Process Mining: Past, Present, and Open Challenges (AIST 2017 Keynote)Process Mining: Past, Present, and Open Challenges (AIST 2017 Keynote)
Process Mining: Past, Present, and Open Challenges (AIST 2017 Keynote)Dirk Fahland
 
Where did I go wrong? Explaining errors in process models
Where did I go wrong? Explaining errors in process modelsWhere did I go wrong? Explaining errors in process models
Where did I go wrong? Explaining errors in process modelsDirk Fahland
 
Mining Branch-Time Scenarios From Execution Logs
Mining Branch-Time Scenarios From Execution LogsMining Branch-Time Scenarios From Execution Logs
Mining Branch-Time Scenarios From Execution LogsDirk Fahland
 
From Live Sequence Chart Specifications to Distributed Components
From Live Sequence Chart Specifications to Distributed ComponentsFrom Live Sequence Chart Specifications to Distributed Components
From Live Sequence Chart Specifications to Distributed ComponentsDirk Fahland
 
LSC Revisited - From Scenarios to Distributed Components
LSC Revisited - From Scenarios to Distributed ComponentsLSC Revisited - From Scenarios to Distributed Components
LSC Revisited - From Scenarios to Distributed ComponentsDirk Fahland
 
Repairing Process Models to Match Reality
Repairing Process Models to Match RealityRepairing Process Models to Match Reality
Repairing Process Models to Match RealityDirk Fahland
 
Process Mining for ERP Systems
Process Mining for ERP SystemsProcess Mining for ERP Systems
Process Mining for ERP SystemsDirk Fahland
 
Simplifying Mined Process Models
Simplifying Mined Process ModelsSimplifying Mined Process Models
Simplifying Mined Process ModelsDirk Fahland
 
The Process of Process Modeling
The Process of Process ModelingThe Process of Process Modeling
The Process of Process ModelingDirk Fahland
 
Behavioral Conformance of Artifact-Centric Process Models
Behavioral Conformance of Artifact-Centric Process ModelsBehavioral Conformance of Artifact-Centric Process Models
Behavioral Conformance of Artifact-Centric Process ModelsDirk Fahland
 
Many-to-Many: Interactions in Artifact-Centric Choreographies
Many-to-Many: Interactions in Artifact-Centric ChoreographiesMany-to-Many: Interactions in Artifact-Centric Choreographies
Many-to-Many: Interactions in Artifact-Centric ChoreographiesDirk Fahland
 
Artifacts - Processes with Multiple Instances
Artifacts - Processes with Multiple InstancesArtifacts - Processes with Multiple Instances
Artifacts - Processes with Multiple InstancesDirk Fahland
 

Plus de Dirk Fahland (13)

Artifacts and Databases - the Need for Event Relation Graphs and Synchronous ...
Artifacts and Databases - the Need for Event Relation Graphs and Synchronous ...Artifacts and Databases - the Need for Event Relation Graphs and Synchronous ...
Artifacts and Databases - the Need for Event Relation Graphs and Synchronous ...
 
Process Mining: Past, Present, and Open Challenges (AIST 2017 Keynote)
Process Mining: Past, Present, and Open Challenges (AIST 2017 Keynote)Process Mining: Past, Present, and Open Challenges (AIST 2017 Keynote)
Process Mining: Past, Present, and Open Challenges (AIST 2017 Keynote)
 
Where did I go wrong? Explaining errors in process models
Where did I go wrong? Explaining errors in process modelsWhere did I go wrong? Explaining errors in process models
Where did I go wrong? Explaining errors in process models
 
Mining Branch-Time Scenarios From Execution Logs
Mining Branch-Time Scenarios From Execution LogsMining Branch-Time Scenarios From Execution Logs
Mining Branch-Time Scenarios From Execution Logs
 
From Live Sequence Chart Specifications to Distributed Components
From Live Sequence Chart Specifications to Distributed ComponentsFrom Live Sequence Chart Specifications to Distributed Components
From Live Sequence Chart Specifications to Distributed Components
 
LSC Revisited - From Scenarios to Distributed Components
LSC Revisited - From Scenarios to Distributed ComponentsLSC Revisited - From Scenarios to Distributed Components
LSC Revisited - From Scenarios to Distributed Components
 
Repairing Process Models to Match Reality
Repairing Process Models to Match RealityRepairing Process Models to Match Reality
Repairing Process Models to Match Reality
 
Process Mining for ERP Systems
Process Mining for ERP SystemsProcess Mining for ERP Systems
Process Mining for ERP Systems
 
Simplifying Mined Process Models
Simplifying Mined Process ModelsSimplifying Mined Process Models
Simplifying Mined Process Models
 
The Process of Process Modeling
The Process of Process ModelingThe Process of Process Modeling
The Process of Process Modeling
 
Behavioral Conformance of Artifact-Centric Process Models
Behavioral Conformance of Artifact-Centric Process ModelsBehavioral Conformance of Artifact-Centric Process Models
Behavioral Conformance of Artifact-Centric Process Models
 
Many-to-Many: Interactions in Artifact-Centric Choreographies
Many-to-Many: Interactions in Artifact-Centric ChoreographiesMany-to-Many: Interactions in Artifact-Centric Choreographies
Many-to-Many: Interactions in Artifact-Centric Choreographies
 
Artifacts - Processes with Multiple Instances
Artifacts - Processes with Multiple InstancesArtifacts - Processes with Multiple Instances
Artifacts - Processes with Multiple Instances
 

Dernier

Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024SynarionITSolutions
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesBoston Institute of Analytics
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 

Dernier (20)

Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 

Describing, Discovering, and Understanding Multi-Dimensional Processes

  • 1. Computer Science / Process Analytics Dr. Dirk Fahland d.fahland@tue.nl / @dfahland Describing, Discovering, and Understanding Multi-Dimensional Processes
  • 2. Locality of transitions + places: • Perfect fit for process modeling, execution, analysis 2 Processes and Petri Nets
  • 3. Locality of transitions + places: • Perfect fit for process modeling, execution, analysis • Heavily influenced design of industrial modeling languages, execution engines 3 Processes and Petri Nets
  • 4. Locality of transitions + places: • Perfect fit for process modeling, execution, analysis • Heavily influenced design of industrial process modeling languages, process execution engines • Foundational to process mining 4 Processes and Petri Nets
  • 5. Locality of transitions + places: • Perfect fit for process modeling, execution, analysis • Heavily influenced design of industrial process modeling languages, process execution engines • Foundational to process mining Assumption: one run = one process instance in isolation 5 Processes and Petri Nets
  • 6. Process instances are NEVER isolated Vadim Denisov, Dirk Fahland, Wil M. P. van der Aalst: Unbiased, Fine-Grained Description of Processes Performance from Event Data. BPM 2018: 139-157 6
  • 7. Click to edit Master title style 7 Dimensions in Processes information + material + resource + system Com Workflows Data-driven processes (1:n/n:m relations) single dynamic multiple dynamics singleentitymultipleentities information LogisticsProcesses
  • 8. Click to edit Master title style ▪ Processes with multiple entities • How do they look like in practice? • Where does current modeling fail? − Implementation − Process mining • A proposal • New research questions 8 Multi-Dimensional Processes information + material + resource + system Com Workflows Data-driven processes (1:n/n:m relations) single dynamic multiple dynamics singleentitymultipleentities information LogisticsProcesses
  • 9. 9 Multi-Dimensional Dynamics 12 1 2 1 complex network of processes & process instances
  • 10. Interacting Cases - M:N order1 order2 delivery5 delivery6 + m:n interactions (no longer separated!)4 cases order delivery + * * 1st package 2nd package + 10
  • 12. m:n m:n Modeling M:N Interactions? create package notify bill order load deliver undeliv. return delivery package result • each order can be handled by 1..m deliveries • each delivery handles 1..n orders order delivery + + * * next retry 12
  • 13. m:n m:n What is missing to have an executable model? create package notify bill order load deliver undeliv. return delivery next retry 1. distinguish different packages 2. how many packages and to which delivery does a package go? 3. which results does an order consume/ wait for? package load bill 13 package result
  • 14. 14 Can be modeled with Coloured Petri Nets
  • 15. Click to edit Master title style ▪ Processes with multiple entities • How do they look like in practice? • Where does current modeling fail? − Implementation − Process mining • A proposal • New research questions 15 Multi-Dimensional Processes information + material + resource + system Com Workflows Data-driven processes (1:n/n:m relations) single dynamic multiple dynamics singleentitymultipleentities information LogisticsProcesses
  • 16. Implementation: BPMN + Relational Data + Operations order delivery create order package bill load deliver finish X X package create packages check if packages of this order are delivered pick available packages mark package as delivered 16 Database:
  • 17. BPMN + Relational Data + Operations create packages order delivery create order package bill load deliver finish X X table package pID orderID customer … 21 1 Mr. Red … … state … ready 22 2 Mrs. Blue … … ready 25 1 Mr. Red … … waiting 17 create
  • 18. BPMN + Relational Data + Operations … attributes referring to process instances order delivery create order package bill load deliver finish X X table package pID orderID customer … 21 1 Mr. Red … … state … ready 22 2 Mrs. Blue … … ready 25 1 Mr. Red … … waiting order 1 knows packages {21,25} 18
  • 19. BPMN + Relational Data + Operations associate ready packages to "delivery 5" order delivery create order package bill load deliver finish X X table package pID orderID customer … 21 1 Mr. Red … 22 2 Mrs. Blue … 25 1 Mr. Red … … delivID state … null ready … null ready … null waiting 19 update
  • 20. BPMN + Relational Data + Operations associate ready packages to "delivery 5" order delivery create order package bill load deliver finish X X table package pID orderID customer … 21 1 Mr. Red … 22 2 Mrs. Blue … 25 1 Mr. Red … … delivID state … 5 loaded … 5 loaded … null waiting 20 update delivery 5 knows packages {21,22}
  • 21. BPMN + Relational Data + Operations complex sync: bill only when all delivered order delivery create order package bill load deliver finish X X table package pID orderID customer … 21 1 Mr. Red … 22 2 Mrs. Blue … 25 1 Mr. Red … … delivID state … null deliv. … null deliv. … null ready 21 read
  • 22. Click to edit Master title style ▪ Processes with multiple entities • How do they look like in practice? • Where does current modeling fail? − Implementation − Process mining • A proposal • New research questions 22 Multi-Dimensional Processes information + material + resource + system Com Workflows Data-driven processes (1:n/n:m relations) single dynamic multiple dynamics singleentitymultipleentities information LogisticsProcesses
  • 23. Process Mining on Multi-Dimensional Data 23 events in relational DB E. Nooijen, B. v. Dongen, and D. Fahland, “Automatic Discovery of Data-Centric and Artifact-Centric Processes,” in BPM Workshops. Springer, 2013, pp. 316–327. Viara Popova, Dirk Fahland, Marlon Dumas: “Artifact Lifecycle Discovery.” Int. J. Cooperative Inf. Syst. 24(1) (2015) Xixi Lu, Marijn Nagelkerke, Dirk Fahland: “Discovering Interacting Artifacts from ERP systems” IEEE Trans. On Services Computing DOI: 10.1109/TSC.2015.2474358 edges: 29 correct, 48 wrong 2 months SAP data single-dimensional discovery
  • 24. Why classical Process Mining (single case ID) fails 24 events in relational DB O1 O2 D5 D6
  • 25. Why classical Process Mining (single case ID) fails 25 events in relational DB O1 O2 D5 D6 extract log for case id: O1 1 15 5 6 16 time
  • 26. Why classical Process Mining (single case ID) fails 26 events in relational DB O1 O2 D5 D6 1 15 5 6 1 time 6 extract log for case id: O2 5 5 6 62 2 2
  • 27. Why classical Process Mining (single case ID) fails 27 events in relational DB single-dimensional discovery edges: 29 correct, 48 wrong 2 months SAP data O1 O2 D5 D6 1 15 5 6 1 time 6 single case id → de-normalizes underlying data-structure 5 5 6 62 2 2 duplicates events false dependencies
  • 28. “Network” Process Mining 28 “network” of processes and data objects describes events in relational DB discover E. Nooijen, B. v. Dongen, and D. Fahland, “Automatic Discovery of Data-Centric and Artifact-Centric Processes,” in BPM Workshops. Springer, 2013, pp. 316–327. Viara Popova, Dirk Fahland, Marlon Dumas: “Artifact Lifecycle Discovery.” Int. J. Cooperative Inf. Syst. 24(1) (2015) Xixi Lu, Marijn Nagelkerke, Dirk Fahland: “Discovering Interacting Artifacts from ERP systems” IEEE Trans. On Services Computing DOI: 10.1109/TSC.2015.2474358 classical discovery edges: 29 correct, 48 wrong 2 months SAP data
  • 29. Discover Objects & Life-Cycles [Nooijen et al. 2013, Lu et al. 2015] cluster tables extract event logs discover life-cycle model (classical discovery) 29
  • 30. … and Relations [Lu et al. 2015] 30 O1 O2 D5 D6 1 15 5 1O1→D5: 5 5D5: D6: 6 6 1 1 1 2 2 2 O1: O2:
  • 31. Network of Event logs (linked via shared events) 31 object event logs relation event logs 1 15 5 1O1→D5: O1→D6: … …
  • 32. Process Mining in Networks of Event Logs 32 object event logs relation event logs
  • 33. SAP Order-To-Cash “Artifact-Centric Model” 100% of edges correct = temporal and structural relation between documents infrequent edge → outlier 29/77 correct edges 33 But these are just pictures!
  • 34. Order Handling Understandable Multi-Dimensional Processes Order Handling Delivery Shipment Delivery Order Handling table `package` table `order` table `delivery` … hand-written code SQL implemented processes high-level process model same? complexity abstract graphical concepts written code simple to understand but too imprecise precise but non- understandable, non-analyzable 34
  • 35. Click to edit Master title style ▪ Processes with multiple entities • How do they look like in practice? • Where does current modeling fail? − Implementation − Process mining • A proposal • New research questions 35 Multi-Dimensional Processes information + material + resource + system Com Workflows Data-driven processes (1:n/n:m relations) single dynamic multiple dynamics singleentitymultipleentities information LogisticsProcesses
  • 36. Need a model that can produce such a run: order delivery + + * * follow-up order1 order2 delivery5 delivery6 + interactions between cases
  • 37. load deliver next finish retry delivery tour undeliv. Proclets: Cardinalities between events create split notify bill order + * 1 * * 1 1 * each occurrence of split → 1..n occurrence of load each occurrence of load → 0..n occurrences of split [van der Aalst 2001] 37
  • 38. Cardinalities constrain possible n:m interactions load deliver next finish retry delivery tour undeliv. create split notify bill order + * 1 * * 1 1 * 38 order1 order2 delivery5 delivery6
  • 39. Problem: Cardinalities do NOT preserve objects load deliver next finish retry delivery tour undeliv. create split notify bill order + * 1 * * 1 1 * 39 order1 order2 delivery5 delivery6 package25 is lostpackage21 is duplicated package22 teleports … but cardinality constraints satisfied
  • 40. So what’s the problem with M:N relationships? order1 order2 delivery5 delivery6 #21 #25 #22 40 order delivery + + * * follow-up
  • 41. Reify Relation → 2nd Normal Form order1 order2 delivery5 delivery6 #21 #25 #22 41 order delivery +1 + 1 package pID orderID customer … 21 1 Mr. Red … 22 2 Mrs. Blue … 25 1 Mr. Red … delivID state 5 deliv. 5 loaded null ready
  • 42. Reify Relation → Reify Behavior order1 order2 delivery5 delivery6 #21 #25 #22 42 order delivery +1 + 1 package
  • 43. 3 Conversations = Behavior of an Object “Package” #22 pack load retry load deliver bill #21 load pack deliver bill #25 pack load undeliv bill 43
  • 44. Behavioral Model for Object Package pack load retry deliver undeliv bill package ready loaded delivered pID orderID customer … 21 1 Mr. Red … 22 2 Mrs. Blue … 25 1 Mr. Red … delivID state 5 deliv. 5 loaded null ready states in life-cycle model abstract from attribute values in data model 44 Precursor to this idea in: Ronny Mans. Workflow Support for the Healthcare Domain. PhD Thesis. 2011, Ch. 6.
  • 45. Reify Behavioral Model → Normal Form pack load retry deliver undeliv bill package 45 load deliver next finish retry delivery tour undeliv. create split notify bill order + * 1 * * 1 1 * order delivery +1 + 1 package
  • 46. Behavioral Normal Form: Synchronous Interaction create pack notify bill order load deliver undeliv. return delivery next retry pack load retry deliver undeliv bill package 46
  • 47. … with 1:1/1:N synchronization only: Normal Form! create pack notify bill order load deliver undeliv. return delivery next retry pack load retry deliver undeliv bill package 1 + 1 instance of order can create 1..n packages 1 instance of delivery can load 1..n packages 1+ 11 11 1 1 1 instance of delivery can deliver 1 package at a time + 1 1 instance of order can bill 1..n packages 47 formal model in paper is general, allows N:M synchronization Dirk Fahland “Describing Behavior of Processes with Many-to-Many Interactions”, Petri Nets 2019
  • 48. 48 Semantics: As “net-affine” as I could make it create pack notify bill order load deliver undeliv. return delivery next retry pack load retry deliver undeliv bill package 1 + 1+ 11 11 1 1 + 1 p1 create partially-ordered run t1 (t1,1) 1 (p1,1) In instance “1” of process order transition create”occurred Token id “1” on place p1 → -Petri net semantics Dirk Fahland: Petri's Understanding of Nets. Carl Adam Petri: Ideas, Personality, Impact 2019: 31-36
  • 49. 49 Different Instances: “own” local runs create pack notify bill order load deliver undeliv. return delivery next retry pack load retry deliver undeliv bill package 1 + 1+ 11 11 1 1 + 1 p1 create partially-ordered run t1 (t1,1) 1 create (t1,2) 2 (p1,1) (p1,2)
  • 50. 50 Different Instances: “own” local runs create pack notify bill order load deliver undeliv. return delivery next retry pack load retry deliver undeliv bill package 1 + 1+ 11 11 1 1 + 1 p1 p2 create partially-ordered run t1 t2 (t1,1) 1 create (t1,2) 2 (p1,1) (p1,2) pack (p2,1) (t2,1) pack (p2,2) (t2,2) (p1,1) (p1,2) possible extensions of the run
  • 51. 51 How to synchronize instances? create pack notify bill order load deliver undeliv. return delivery next retry pack load retry deliver undeliv bill package 1 + 1+ 11 11 1 1 + 1 p1 p2 create partially-ordered run t1 t2 (t1,1) 1 create (t1,2) 2 (p1,1) (p1,2) pack (p2,1) (t2,1) pack (p2,2) (t2,2) (p1,1) (p1,2) possible extensions of the run pack (p3,21) (t3,21) pack (p3,25) (t3,25) pack (p3,22) (t3,22) p3 t3
  • 52. 52 Binding = non-det. chosen set of ids to sync create pack notify bill order load deliver undeliv. return delivery next retry pack load retry deliver undeliv bill package 1 + 1+ 11 11 1 1 + 1 p1 p2 create partially-ordered run t1 t2 (t1,1) 1 create (t1,2) 2 (p1,1) (p1,2) pack (p2,1) (t2,1) pack (p2,2) (t2,2) (p1,1) (p1,2) pack pack pack binding at channel (pack,pack): { 1,21,25 } relation underlying the binding { (1,21),(1,25) } p3 t3 (p3,21) (t3,21) (p3,25) (t3,25) (p3,22) (t3,22)
  • 53. 53 Binding = non-det. chosen set of ids to sync create pack notify bill order load deliver undeliv. return delivery next retry pack load retry deliver undeliv bill package 1 + 1+ 11 11 1 1 + 1 p1 p2 create partially-ordered run t1 t2 (t1,1) 1 create (t1,2) 2 (p1,1) (p1,2) pack (p2,1) (t2,1) pack (p2,2) (t2,2) (p1,1) (p1,2) pack pack pack p3 t3 (p3,21) (t3,21) (p3,25) (t3,25) (p3,22) (t3,22) binding at channel (pack,pack): { 1,21,25, 22, 2 } relation underlying the binding { (1,21),(1,25),(1,22),(2,21),(2,25),(2,22) } violates 1:+
  • 54. 54 Binding = non-det. chosen set of ids to sync create pack notify bill order load deliver undeliv. return delivery next retry pack load retry deliver undeliv bill package 1 + 1+ 11 11 1 1 + 1 p1 p2 create partially-ordered run t1 t2 (t1,1) 1 create (t1,2) 2 (p1,1) (p1,2) pack (p2,1) (t2,1) pack (p2,2) (t2,2) (p1,1) (p1,2) pack pack pack p3 t3 (p3,21) (t3,21) (p3,25) (t3,25) (p3,22) (t3,22) binding at channel (pack,pack): { 1,21,25 } relation underlying the binding { (1,21),(1,25) } satisfies 1:+
  • 55. 55 Unbounded synchronization of local events create pack notify bill order load deliver undeliv. return delivery next retry pack load retry deliver undeliv bill package 1 + 1+ 11 11 1 1 + 1 p1 p2 create partially-ordered run t1 t2 (t1,1) (p1,1) 1 create (t1,2) (p1,2) 2 pack (p2,1) (t2,1)(t3,21)(t3,25) (p3,21) (p3,25) 21 25 (p1,2) pack (p2,2) (t2,2)pack (p3,22) (t3,22) p3 t3
  • 56. 56 Unbounded synchronization of local events create pack notify bill order load deliver undeliv. return delivery next retry pack load retry deliver undeliv bill package 1 + 1+ 11 11 1 1 + 1 p1 p2 create partially-ordered run t1 t2 (t1,1) (p1,1) 1 create (t1,2) (p1,2) 2 pack (p2,1) (p3,22) (t3,22)(t2,2) pack (p2,2) 21 25 synchronization describes relation on behavioral level, no data stored! (t2,1)(t3,21)(t3,25) (p3,21) (p3,25) p3 t3 22
  • 57. Each instance has 1 local run + synchronization order1 order2 delivery5 delivery6 package #21 #package 22 package #25 pack load deliver bill pack retry load deliver undeliv. bill 1 order N packages 57
  • 58. … compose into run with m:n interactions order1 order2 delivery5 delivery6 package #21 #package 22 package #25 pack load deliver bill pack retry load deliver undeliv. bill 58
  • 59. What’s missing? create pack notify bill order load deliver undeliv. return delivery next retry pack load retry deliver undeliv bill package 1 + 1+ 11 11 1 1 + 1 order delivery 1+ 1 + package synchronize on the packages created at “pack” 59
  • 60. 60 Initialize Correlation Binding P at “pack” Match (=) Binding P at “bill” create pack notify bill order load deliver undeliv. return delivery next retry pack load retry deliver undeliv bill package 1 + 1+ 11 11 1 1 + 1 p4 p5 create partially-ordered run t4 t5 create pack packInit P = P bill (t4,1) (p4,1) bill (t5,21) (p5,21) bill (t5,22) Init (1,21),(1,25) ≠ Match (1,21) (t3,22)(t2,2)(t2,1)(t3,21)(t3,25) p2 (p2,1) (p2,2) (p5,22) (p3,22)(p3,21) (p3,25)
  • 61. 61 Initialize Correlation Binding P at “pack” Match (=) Binding P at “bill” create pack notify bill order load deliver undeliv. return delivery next retry pack load retry deliver undeliv bill package 1 + 1+ 11 11 1 1 + 1 create partially-ordered run create pack (p2,1) pack (p2,2) = P bill bill bill p4 p5 t4 t5 (t4,1) (p4,1) (t5,21) (t5,22) (p3,22) (t3,22)(t2,2)(t2,1)(t3,21)(t3,25) (p3,21) (p3,25) Init (1,21),(1,25) ≠ Match (1,21),(1,22) p2 (p5,21) (p5,22) Init P
  • 62. 62 Initialize Correlation Binding P at “pack” Match (=) Binding P at “bill” create pack notify bill order load deliver undeliv. return delivery next retry pack load retry deliver undeliv bill package 1 + 1+ 11 11 1 1 + 1 p2 create partially-ordered run create pack (p2,1) pack (p2,2) = P bill bill bill (t5,25) (p5,25) bill Init (1,21),(1,25) = Match (1,21),(1,25) p4 p5 t4 t5 (t4,1) (p4,1) (t5,21) (t5,22) (p3,22) (t3,22)(t2,2)(t2,1)(t3,21)(t3,25) (p3,21) (p3,25) (p5,21) (p5,22) Init P
  • 63. 63 “Synchronous Proclets” k process models • Synchronous channels • cardinality constraints 1:1, 1:n • correlation constraints: Init P , P, =P operational semantics: PO-runs • id-tokens + -Petri net semantics • unbounded synchronization of events • events hold all relational information • history-based correlation Dirk Fahland “Describing Behavior of Processes with Many-to-Many Interactions”, Petri Nets 2019
  • 64. Click to edit Master title style ▪ Processes with multiple entities • How do they look like in practice? • Where does current modeling fail? − Implementation − Process mining • A proposal • New research questions 64 Multi-Dimensional Processes information + material + resource + system Com Workflows Data-driven processes (1:n/n:m relations) single dynamic multiple dynamics singleentitymultipleentities information LogisticsProcesses
  • 65. ▪ Active Component • “service”: activities, performed by agents driving the process, e.g. split an order, write an invoice, … • can communicate (asynchronously) Active and Passive Components Active Active Active Active Active 65
  • 66. ▪ Active Component • “process”: activities, performed by agents driving the process, e.g. split an order, write an invoice, … • can communicate (asynchronously) ▪ Passive Component • “data object”: attributes, can be updated, e.g. a package • order of updates is constrained, triggered from outside • restricts interaction between several active processes Active and Passive Components Active Active Active Active Active pass ive pass ive pass ive “channel” 66
  • 67. 67 Is this model sound? No, solution given in: Dirk Fahland “Describing Behavior of Processes with Many-to-Many Interactions”, Petri Nets 2019
  • 68. ▪ Is reachability decidable? ▪ Is the model „sound“? → parameterized verification problem (for all number of instances) ▪ What‘s the minimal number of instances needed to achieve a particular (problematic) behavior? ▪ Given k „active“ components → synthesize the „passive“ components to ensure property X New verification & synthesis problems Active Active Active Active Active pass ive pass ive pass ive “channel” 68
  • 69. 69 New Modeling (Language) Problems ▪ How to add determinism, e.g., link to data model, guard conditions • Data-Centric Dynamic Systems, DB-Petri Nets (Marco Montali) ▪ What are adequate design patterns? ▪ How to design comprehensible models (for task X)? • These models flatten the 1:n/n:m interactions • Strong “visual” discrepancy between model syntax and behavior
  • 70. 70 Problem: Flattened n:m relations & variants most frequent behavior all behaviors across 3 data objects
  • 71. 71 Explicitly describing behavior over n:m relations Scenario: • Describe partial behavior • Describe object instances + interactions explicitly • + context (e.g., enabling history)
  • 72. 72 Scenarios w/ history specify m:n interactions in a visual, comprehensive way Dirk Fahland “Oclets - Scenario-Based Modeling with Petri Nets.” Petri Nets 2009: 223-242 Dirk Fahland, Robert Prüfer: Data and Abstraction for Scenario-Based Modeling with Petri Nets. Petri Nets 2012: 168-187
  • 73. 73 Need to transform between local/global views scenarios between objects A A A A AP P P process model of processes + data objects behavior of interest split load orderX deliveryY deliver bill A A A P P viewall behavior/view split load orderX deliveryY deliver bill split load orderX deliveryY deliver bill split load orderX deliveryY deliver bill split load orderX deliveryY deliver bill split load orderX deliveryY deliver bill split load orderX deliveryY deliver bill events in relational DB
  • 74. ▪ Multi-Dimensional Process Dynamics ▪ Net-based model • partially ordered runs • Id-tokens • Unbounded synchronization at events • History-based correlation ▪ Gives rise to many new research questions • Decidability, verification • Scenario-based modeling w/ history • Synthesis, querying 74 Wrap-Up information + material + resource + system Com Workflows Data-driven processes (1:n/n:m relations) single dynamic multiple dynamics singleentitymultipleentities information LogisticsProcesses
  • 75. ▪ Dirk Fahland, Massimiliano de Leoni, Boudewijn F. van Dongen, Wil M. P. van der Aalst: “Many-to-Many: Some Observations on Interactions in Artifact Choreographies.” ZEUS 2011: 9-15 The running example of orders and deliveries, and the idea of synchronous interactions of artifacts with processes. ▪ Dirk Fahland “Describing Behavior of Processes with Many-to-Many Interactions”, Petri Nets 2019 ▪ Dirk Fahland “Oclets - Scenario-Based Modeling with Petri Nets.” Petri Nets 2009: 223-242 ▪ Dirk Fahland, Robert Prüfer: Data and Abstraction for Scenario-Based Modeling with Petri Nets. Petri Nets 2012: 168-187 ▪ W.M.P. van der Aalst, R.S. Mans, and N.C. Russell. “Workflow Support Using Proclets: Divide Interact, and Conquer.” IEEE Data Eng. Bull., 32(3):16-22, 2009 ▪ A. Nigam and N. Caswell, “Business artifacts: An approach to operational specification,” IBM Systems Journal, vol. 42, no. 3, pp. 428–445, 2003. ▪ D. Cohn and R. Hull, “Business artifacts: A data-centric approach to modeling business operations and processes” Bulletin of the IEEE Computer Society Technical Committee on Data Engineering, vol. 32, no. 3, pp. 3–9, 2009 ▪ ACSI Project “The core ACSI artifact paradigm: artifact-layer and realization-layer” http://www.acsi-project.eu/deliverables/D1.1_The_core_ACSI_artifact_paradigm.pdf Different models for Artifact-Centric Processes (FSM, GSM, Proclets) ▪ E. Nooijen, B. v. Dongen, and D. Fahland, “Automatic Discovery of Data-Centric and Artifact-Centric Processes,” in Business Process Management Workshops. Springer, 2013, pp. 316–327. Discovering Petri net life-cycle models from databases ▪ Viara Popova, Dirk Fahland, Marlon Dumas: “Artifact Lifecycle Discovery.” Int. J. Cooperative Inf. Syst. 24(1) (2015) Discovering GSM models from raw logs ▪ Xixi Lu, Marijn Nagelkerke, Dirk Fahland: “Discovering Interacting Artifacts from ERP systems” IEEE Trans. On Services Computing (to appear), http://dx.doi.org/10.1109/TSC.2015.2474358 Discovering Proclet models with interactions from databases ▪ Andreas Meyer, Luise Pufahl, Kimon Batoulis, Dirk Fahland, Mathias Weske: “Automating data exchange in process choreographies”. Inf. Syst. 53: 296-329 (2015) Extending BPMN data objects with annotations to automated data dependencies, message creation, message correlation, message processing Reading 75