SlideShare a Scribd company logo
1 of 46
Download to read offline
Veriļ¬cation of Parameterized
Data-Aware Dynamic Systems
Marco Montali
KRDB Research Centre for Knowledge and Data
Free University of Bozen-Bolzano
Credits to
Babak Bagheri Hariri, Diego Calvanese, Giuseppe De Giacomo, Alin Deutsch, Andrey Rivkin
PV 2014
Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 1 / 26
Data and Processes
The information assets of an organization are constituted by:
ā€¢ data, and
ā€¢ processes, that determine how data changes and evolves over time.
Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 2 / 26
Data and Processes
The information assets of an organization are constituted by:
ā€¢ data, and
ā€¢ processes, that determine how data changes and evolves over time.
Conceptual Modeling
Both aspects are modelled conceptually, but:
ā€¢ Using diļ¬€erent modeling tools
ā€¢ By diļ¬€erent teams with diļ¬€erent competences
ā€¢ Connection between the two is NOT modelled conceptually
Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 2 / 26
Data and Processes
The information assets of an organization are constituted by:
ā€¢ data, and
ā€¢ processes, that determine how data changes and evolves over time.
Conceptual Modeling
Both aspects are modelled conceptually, but:
ā€¢ Using diļ¬€erent modeling tools
ā€¢ By diļ¬€erent teams with diļ¬€erent competences
ā€¢ Connection between the two is NOT modelled conceptually
Consequence
Full reasoning support, e.g., for veriļ¬cation taking into account both
process and data, is not possible!
Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 2 / 26
A Classical Data Model
Supplier ManufacturingProcurement/Supplier
Sales
Customer PO Line Item
Work OrderMaterial PO
*
*
spawns
0..1
Material
How are data of this schema evolved over time?
Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 3 / 26
A Classical Process Model
Where are the data?
Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 4 / 26
Reality: A Deployed Process
ā€¢ Current data ; ļ¬elds, text, highlights.
Include status attributes.
ā€¢ Actions ; buttons, links.
ā€¢ Input params ; writable ļ¬elds.
Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 5 / 26
Our goals
Formalization of Data-Aware Dynamic Systems
Lay the foundations for processes dealing with a full-ļ¬‚edged data layer:
ā€¢ relational database with constraints (complete information);
ā€¢ conceptual model/ontology (incomplete information);
ā€¢ both (cf. ontology-based data access).
Reasoning support along the entire process lifecycle
Develop techniques for:
ā€¢ (design-time) veriļ¬cation and synthesis;
ā€¢ (run-time) operational support (monitoring);
ā€¢ (a-posteriori) analysis and mining.
Grounding of the approach
Focus on concrete languages/settings like: business artifacts + adaptive
case management (GSM, CMMN, . . . ), healthcare processes, dynamic web
apps, . . .
Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 6 / 26
Data-Aware Dynamic System
A dynamic system that manipulates data over time.
Data-aware dynamic system
Data Layer
Process Layer external
world
UpdateRead
ā€¢ Data layer: maintains data of interest.
Relational database.
(Description logic) ontology.
ā€¢ Process layer: evolves the extensional part of the data layer.
Control-ļ¬‚ow component: determines when actions can be executed.
Actions: atomic units of work that update the data.
Interact with the external world to inject fresh data into the system.
Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 7 / 26
Data-Centric Dynamic Systems (DCDSs) [PODS13]
ā€¢ Data layer: relational database with FO constraints.
ā€¢ Process (control-ļ¬‚ow): condition-action rules.
ā€¢ Actions: speciļ¬ed by (parallel) eļ¬€ects that query the current state
and determine the next state.
Service calls can be invoked to incorporate new data.
Example
ā€¢ Data layer: schema {R/2, Q/1, S/1}, no constraint.
ā€¢ Process: āˆƒy.R(x, y) ā†’ t(x).
ā€¢ Action: t(p) :
ļ£±
ļ£“ļ£²
ļ£“ļ£³
R(x, y) āˆ§ x = p R(x, y)
R(p, y) R(p, f(y))
R(p, y) Q(p)
ļ£¼
ļ£“ļ£½
ļ£“ļ£¾
Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 8 / 26
Data-Centric Dynamic Systems (DCDSs) [PODS13]
ā€¢ Data layer: relational database with FO constraints.
ā€¢ Process (control-ļ¬‚ow): condition-action rules.
ā€¢ Actions: speciļ¬ed by (parallel) eļ¬€ects that query the current state
and determine the next state.
Service calls can be invoked to incorporate new data.
Example
ā€¢ Data layer: schema {R/2, Q/1, S/1}, no constraint.
ā€¢ Process: āˆƒy.R(x, y) ā†’ t(x).
ā€¢ Action: t(p) :
ļ£±
ļ£“ļ£²
ļ£“ļ£³
R(x, y) āˆ§ x = p R(x, y)
R(p, y) R(p, f(y))
R(p, y) Q(p)
ļ£¼
ļ£“ļ£½
ļ£“ļ£¾
R(a,b), R(a,c),
R(c,d),
Q(d),
S(b)
Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 8 / 26
Data-Centric Dynamic Systems (DCDSs) [PODS13]
ā€¢ Data layer: relational database with FO constraints.
ā€¢ Process (control-ļ¬‚ow): condition-action rules.
ā€¢ Actions: speciļ¬ed by (parallel) eļ¬€ects that query the current state
and determine the next state.
Service calls can be invoked to incorporate new data.
Example
ā€¢ Data layer: schema {R/2, Q/1, S/1}, no constraint.
ā€¢ Process: āˆƒy.R(x, y) ā†’ t(x).
ā€¢ Action: t(p) :
ļ£±
ļ£“ļ£²
ļ£“ļ£³
R(x, y) āˆ§ x = p R(x, y)
R(p, y) R(p, f(y))
R(p, y) Q(p)
ļ£¼
ļ£“ļ£½
ļ£“ļ£¾
R(a,b), R(a,c),
R(c,d),
Q(d),
S(b)
t(a)
t(c)
Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 8 / 26
Data-Centric Dynamic Systems (DCDSs) [PODS13]
ā€¢ Data layer: relational database with FO constraints.
ā€¢ Process (control-ļ¬‚ow): condition-action rules.
ā€¢ Actions: speciļ¬ed by (parallel) eļ¬€ects that query the current state
and determine the next state.
Service calls can be invoked to incorporate new data.
Example
ā€¢ Data layer: schema {R/2, Q/1, S/1}, no constraint.
ā€¢ Process: āˆƒy.R(x, y) ā†’ t(x).
ā€¢ Action: t(a) :
ļ£±
ļ£“ļ£²
ļ£“ļ£³
R(x, y) āˆ§ x = a R(x, y)
R(a, y) R(a, f(y))
R(a, y) Q(a)
ļ£¼
ļ£“ļ£½
ļ£“ļ£¾
R(a,b), R(a,c),
R(c,d),
Q(d),
S(b)
R(c,d), Q(a),
R(a,f(b)) R(a,f(c))
t(a)
Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 8 / 26
Data-Centric Dynamic Systems (DCDSs) [PODS13]
ā€¢ Data layer: relational database with FO constraints.
ā€¢ Process (control-ļ¬‚ow): condition-action rules.
ā€¢ Actions: speciļ¬ed by (parallel) eļ¬€ects that query the current state
and determine the next state.
Service calls can be invoked to incorporate new data.
Example
ā€¢ Data layer: schema {R/2, Q/1, S/1}, no constraint.
ā€¢ Process: āˆƒy.R(x, y) ā†’ t(x).
ā€¢ Action: t(a) :
ļ£±
ļ£“ļ£²
ļ£“ļ£³
R(x, y) āˆ§ x = a R(x, y)
R(a, y) R(a, f(y))
R(a, y) Q(a)
ļ£¼
ļ£“ļ£½
ļ£“ļ£¾
R(a,b), R(a,c),
R(c,d),
Q(d),
S(b)
R(c,d), Q(a),
R(a,f(b)) R(a,f(c))
R(c,d), Q(a),
R(a,a)t(a)
f(b) = f(c) = a
Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 8 / 26
Data-Centric Dynamic Systems (DCDSs) [PODS13]
ā€¢ Data layer: relational database with FO constraints.
ā€¢ Process (control-ļ¬‚ow): condition-action rules.
ā€¢ Actions: speciļ¬ed by (parallel) eļ¬€ects that query the current state
and determine the next state.
Service calls can be invoked to incorporate new data.
Example
ā€¢ Data layer: schema {R/2, Q/1, S/1}, no constraint.
ā€¢ Process: āˆƒy.R(x, y) ā†’ t(x).
ā€¢ Action: t(a) :
ļ£±
ļ£“ļ£²
ļ£“ļ£³
R(x, y) āˆ§ x = a R(x, y)
R(a, y) R(a, f(y))
R(a, y) Q(a)
ļ£¼
ļ£“ļ£½
ļ£“ļ£¾
R(a,b), R(a,c),
R(c,d),
Q(d),
S(b)
R(c,d), Q(a),
R(a,f(b)) R(a,f(c)) R(c,d), Q(a),
R(a,c), R(a,u)
t(a) f(b) = c,
f(c) = u
Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 8 / 26
Data-Centric Dynamic Systems (DCDSs) [PODS13]
ā€¢ Data layer: relational database with FO constraints.
ā€¢ Process (control-ļ¬‚ow): condition-action rules.
ā€¢ Actions: speciļ¬ed by (parallel) eļ¬€ects that query the current state
and determine the next state.
Service calls can be invoked to incorporate new data.
Example
ā€¢ Data layer: schema {R/2, Q/1, S/1}, no constraint.
ā€¢ Process: āˆƒy.R(x, y) ā†’ t(x).
ā€¢ Action: t(a) :
ļ£±
ļ£“ļ£²
ļ£“ļ£³
R(x, y) āˆ§ x = a R(x, y)
R(a, y) R(a, f(y))
R(a, y) Q(a)
ļ£¼
ļ£“ļ£½
ļ£“ļ£¾
R(a,b), R(a,c),
R(c,d),
Q(d),
S(b)
R(c,d), Q(a),
R(a,f(b)) R(a,f(c))
. . .
t(a)
. . .
Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 8 / 26
Veriļ¬cation
Execution semantics: a relational, inļ¬nite-state transition system.
ā€¢ Inļ¬nite branching
(possible results of service calls).
ā€¢ Inļ¬nite runs
(usage of values obtained from
unboundedly many service calls).
ā€¢ Unbounded DBs
(accumulation of such values).
.....
.
.....
.
. . .
. . .
Veriļ¬cation Problem
Check whether the dynamic system guarantees a desired property,
expressed in some variant of a ļ¬rst-order temporal logic.
Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 9 / 26
Veriļ¬cation Logics
Requirements for temporal/dynamic properties:
ā€¢ to capture data ; ļ¬rst-order queries;
ā€¢ to capture dynamics ; temporal modalities;
ā€¢ to capture evolution of data ; quantiļ¬cation across states.
ĀµLA
First-order Āµ-calculus with active domain quantiļ¬cation.
Example: In every state of the system, each order
stored in that state is eventually shipped.
ĀµLP
Syntactically limits ļ¬rst-order quantiļ¬cation across
states: it applies only to those objects that persist.
ā€¢ Internal primary keys, student ids, pure names, . . .
Example: In every state of the system, each order stored
in that state persists in the system until it is shipped.
PDLLTL CTL
ĀµL
ĀµLP
ĀµLA
ĀµLFO
Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 10 / 26
Undecidability
Veriļ¬cation of propositional reachability properties is undecidable even for
DCDSs with unary relations only.
Counter increment k1:c++; goto k2
PC(k1) ā†’ inc-C(k2) where inc-C(kn) :
ļ£±
ļ£“ļ£²
ļ£“ļ£³
C(x) C(x)
C(x) Cold(x)
true Cnew(f()), C(f())
true PC(knext)
ļ£¼
ļ£“ļ£½
ļ£“ļ£¾
with fresh name database constraint: āˆƒx.Cnew(x) āˆ§ Cold(x) ā†’ false
Counter conditional decrement k1:if(c=0) goto k2; else{c- -; goto k3;}
PC(k1) āˆ§ C(e) ā†’ dec-C(e, k2) where dec-C(e, kn) :
C(x) āˆ§ x = e C(x)
true PC(kn)
PC(k1) āˆ§ Ā¬āˆƒx.C(x) ā†’ jmp(k3) where jmp(kn) : true PC(kn)
Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 11 / 26
Conditions for DCDSs
We devise two conditions over the transition system Ī„S of a DCDS S.
Run boundedness
Each run of Ī„S accumulates only a bounded number of objects.
ā€¢ No bound on the overall number of objects: Ī„S is still inļ¬nite-state, due to
inļ¬nite branching induced by service calls.
ā€¢ Unboundedly many deterministic service calls can still be issued with a bounded
number of inputs.
ā€¢ Only boundedly many nondeterministic service calls can be issued.
Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 12 / 26
Conditions for DCDSs
We devise two conditions over the transition system Ī„S of a DCDS S.
Run boundedness
Each run of Ī„S accumulates only a bounded number of objects.
ā€¢ No bound on the overall number of objects: Ī„S is still inļ¬nite-state, due to
inļ¬nite branching induced by service calls.
ā€¢ Unboundedly many deterministic service calls can still be issued with a bounded
number of inputs.
ā€¢ Only boundedly many nondeterministic service calls can be issued.
State boundedness
Each state of Ī„S contains only a bounded number of objects.
ā€¢ Relaxation of run-boundedness: unboundedly many objects along a run, provided
that they are not accumulated in the same state.
ā€¢ Ī„S can contain inļ¬nite branches and inļ¬nite runs.
Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 12 / 26
Bisimulations
Corresponding notions of bisimulation are deļ¬ned. They capture
ā€¢ dynamics ; standard notion of bisimulation;
ā€¢ data ; DB isomorphism;
ā€¢ evolution of data ; compatibility of the bijections witnessing the
isomorphisms along a run.
For ĀµLP : forgetting about old, non-persisting objects.
History-Preserving
Bisimulation Invariant Languages
Persistence-Preserving
Bisimulation Invariant Languages
Propositional Bisimulation
Invariant Languages
PDLLTL CTL
ĀµL
ĀµLP
ĀµLA
ĀµLFO
Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 13 / 26
Summary of Results [PODS13]
Unrestricted State-bounded Run-bounded Finite-state
ĀµLFO U U N D
ĀµLA U U D D
ĀµLP U D D D
ĀµL U D D D
D: decidable; U: undecidable; N: no ļ¬nite abstraction.
Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 14 / 26
Run-Bounded Systems: Decidability for ĀµLA
Theorem
Veriļ¬cation of ĀµLA over run-bounded DCDSs is decidable and can be
reduced to model checking of propositional ĀµL over a ļ¬nite TS.
Crux: construct a faithful abstraction Ī˜S for Ī„S, collapsing inļ¬nite branching.
..
.
..
.
..
.
..
.
. . .
Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 15 / 26
Run-Bounded Systems: Decidability for ĀµLA
Theorem
Veriļ¬cation of ĀµLA over run-bounded DCDSs is decidable and can be
reduced to model checking of propositional ĀµL over a ļ¬nite TS.
Crux: construct a faithful abstraction Ī˜S for Ī„S, collapsing inļ¬nite branching.
ā€¢ We use isomorphic types instead of actual
service call results.
..
.
..
.
..
.
..
.
. . .
ā‰ˆ
representatives for all
isomorphic types
Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 15 / 26
State-bounded Systems: Undecidability for ĀµLA
Theorem
Veriļ¬cation of ĀµLA over state-bounded DCDSs is undecidable.
Intuition: ĀµLA can use quantiļ¬cation to store and compare the
unboundedly many values encountered along the runs.
Crux: reduction from satisļ¬ability of LTL with freeze quantiļ¬ers.
ā€¢ ĀµLA can express LTL with freeze quantiļ¬er by making registers
explicit.
ā€¢ There is a state-bounded DCDS that simulates all the possible traces
with register assignments (i.e., data words).
ā€¢ Satisļ¬ability via model checking.
Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 16 / 26
State-bounded Systems: Decidability for ĀµLP
Theorem
Veriļ¬cation of ĀµLP over state-bounded DCDSs is decidable and can be
reduced to model checking of propositional Āµ-calculus over a ļ¬nite TS.
Crux: construct a faithful abstraction Ī˜S for Ī„S, collapsing inļ¬nite
branching and compacting inļ¬nite runs.
1. Prune inļ¬nite branching (isomorphic types).
.....
.
.....
.
.....
.
.....
.
. . .
Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 17 / 26
State-bounded Systems: Decidability for ĀµLP
Theorem
Veriļ¬cation of ĀµLP over state-bounded DCDSs is decidable and can be
reduced to model checking of propositional Āµ-calculus over a ļ¬nite TS.
Crux: construct a faithful abstraction Ī˜S for Ī„S, collapsing inļ¬nite
branching and compacting inļ¬nite runs.
1. Prune inļ¬nite branching (isomorphic types).
.....
.
.....
.
.....
.
.....
.
. . .
āˆ¼
representatives for
isomorphic types
Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 17 / 26
State-bounded Systems: Decidability for ĀµLP
Theorem
Veriļ¬cation of ĀµLP over state-bounded DCDSs is decidable and can be
reduced to model checking of propositional Āµ-calculus over a ļ¬nite TS.
Crux: construct a faithful abstraction Ī˜S for Ī„S, collapsing inļ¬nite
branching and compacting inļ¬nite runs.
1. Prune inļ¬nite branching (isomorphic types).
.....
.
.....
.
.....
.
Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 17 / 26
State-bounded Systems: Decidability for ĀµLP
Theorem
Veriļ¬cation of ĀµLP over state-bounded DCDSs is decidable and can be
reduced to model checking of propositional Āµ-calculus over a ļ¬nite TS.
Crux: construct a faithful abstraction Ī˜S for Ī„S, collapsing inļ¬nite
branching and compacting inļ¬nite runs.
1. Prune inļ¬nite branching (isomorphic types).
2. Finite abstraction along the runs:
Recycle old, non-persisting objects instead of
inventing new ones when possible.
At some point, no fresh value needs to be
introduced anymore.
No need to know the actual bound!
..
.
..
.
..
.
Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 17 / 26
Parameterization with Names
In [AAMAS14]: extension towards data-aware multiagent systems.
ā€¢ Agents use names to exchange data.
ā€¢ An institutional agent manages name creation and deletion.
Seller John
Customer Alice
Name
MyCust
Alice
Bob
ID
Item
i1
i2
Item
Paid
Cust
Institutional agent D.
DeliveryCC
C.
DeliveryC
Item
ACCEPT-REG
JohnAlice
Item
Owns
PAY-CC(i1)
Item
Paid
Cust
i1 Alice
D. C. State
D.
DeliveryCC
C.
DeliveryC
Item
JohnAlice
D. C. State
i1JohnAlice active
PAY-BT(Alice, i2)
Item
Paid
Cust
i1 Alice
D.
DeliveryCC
C.
DeliveryC
Item
JohnAlice
D. C. State
i1JohnAlice active
Alice's Bank
i2JohnAlice active
i2 Alice
deliver(i1,...)
Item
Paid
Cust
i1 Alice
D.
DeliveryCC
C.
DeliveryC
Item
JohnAlice
D. C. State
i1JohnAlice sat
Carrier
i2JohnAlice active
i2 Alice
Item
Owns
i1
Item
Owns
Item
Owns
State-boundedness implies that unboundedly many agents/names can be
seen in a run, provided that they do not coexist in the same state.
Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 18 / 26
On State-Boundedness
State- (and run-) boundedness are semantic properties,
undecidable to check.
Big question 1
Do there exist interesting classes for which state-boundedness is decidable?
Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 19 / 26
On State-Boundedness
State- (and run-) boundedness are semantic properties,
undecidable to check.
Big question 1
Do there exist interesting classes for which state-boundedness is decidable?
+: Petri nets with name management
By Rosa-Velardo et al.
t
bcp2
aab
p1
p4
p3
p5y
xxy xxĪ½1
Ī½1Ī½2
[WSFM14]:
Translation to DCDSs and ĀµLP
veriļ¬cation.Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 19 / 26
On State-Boundedness
State- (and run-) boundedness are semantic properties,
undecidable to check.
Big question 1
Do there exist interesting classes for which state-boundedness is decidable?
+: Petri nets with name management
By Rosa-Velardo et al.
t
bcp2
aab
p1
p4
p3
p5y
xxy xxĪ½1
Ī½1Ī½2
[WSFM14]:
Translation to DCDSs and ĀµLP
veriļ¬cation.
ā€“: Reset-Transfer Nets
āŠ‚ Reset Post G-nets by Dufour et al.
P0 a
P1
P2
b P3
c
P4
P2
P2
P2
[KR14]:
ā€œLossyā€ correspondence with DCDSs.
Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 19 / 26
Attacking State-Boundedness
These variants of Petri nets correspond to restricted classes of DCDSs
with unary relations, limited use of negation, no or limited joins, . . .
Big question 2
How to check/guarantee that a system is state-bounded?
Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 20 / 26
Attacking State-Boundedness
These variants of Petri nets correspond to restricted classes of DCDSs
with unary relations, limited use of negation, no or limited joins, . . .
Big question 2
How to check/guarantee that a system is state-bounded?
Strategy 1
Suļ¬ƒcient, syntactic conditions.
Taking inspiration from conditions on
chase termination for TGDs:
ā€¢ Extract a data-ļ¬‚ow graph from the
DCDS action speciļ¬cation.
ā€¢ Check how data ļ¬‚ow through this
graph.
ā€¢ See [PODS13] and [KR14].
Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 20 / 26
Attacking State-Boundedness
These variants of Petri nets correspond to restricted classes of DCDSs
with unary relations, limited use of negation, no or limited joins, . . .
Big question 2
How to check/guarantee that a system is state-bounded?
Strategy 1
Suļ¬ƒcient, syntactic conditions.
Taking inspiration from conditions on
chase termination for TGDs:
ā€¢ Extract a data-ļ¬‚ow graph from the
DCDS action speciļ¬cation.
ā€¢ Check how data ļ¬‚ow through this
graph.
ā€¢ See [PODS13] and [KR14].
Strategy 2
State-boundedness by design.
Design methodologies so as to guarantee
state-boundedness. E.g., in [ICSOC13]:
ā€¢ Processes are bound to evolving
business objects (artifacts).
ā€¢ Each business object manipulate
boundedly many data.
ā€¢ (New) business objects pick their
names from a ļ¬xed pool of ids.
Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 20 / 26
Towards Controlled Unboundedness
Observation: Parameterization in data-aware dynamic systems
ā€¢ In classical process management . . .
Central notion of case representing a process instance.
ā€¢ In artifact-centric process management:
Central notion of business object gluing data and behaviour together.
ā€¢ New cases/objects often created by external stakeholders!
Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 21 / 26
Towards Controlled Unboundedness
Observation: Parameterization in data-aware dynamic systems
ā€¢ In classical process management . . .
Central notion of case representing a process instance.
ā€¢ In artifact-centric process management:
Central notion of business object gluing data and behaviour together.
ā€¢ New cases/objects often created by external stakeholders!
Hence. . .
No bound on the number of simultaneously active cases/objects.
Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 21 / 26
Towards Controlled Unboundedness
Observation: Parameterization in data-aware dynamic systems
ā€¢ In classical process management . . .
Central notion of case representing a process instance.
ā€¢ In artifact-centric process management:
Central notion of business object gluing data and behaviour together.
ā€¢ New cases/objects often created by external stakeholders!
Hence. . .
No bound on the number of simultaneously active cases/objects.
But. . .
State Group MarryM
group state id id combatLevel group
12 out ā€¢ ā€¢ 12 76 pro null
4 in ā€¢ ā€¢ 4 ā€¢ ā€¢ 19 basic 4
431 running ā€¢ ā€¢ 431 ā€¢ ā€¢ 56 ok 431
. . . ā€¢ 3 basic 431
ā€¢ 98 ok 431
Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 21 / 26
Towards Controlled Unboundedness
Observation: Parameterization in data-aware dynamic systems
ā€¢ In classical process management . . .
Central notion of case representing a process instance.
ā€¢ In artifact-centric process management:
Central notion of business object gluing data and behaviour together.
ā€¢ New cases/objects often created by external stakeholders!
Hence. . .
No bound on the number of simultaneously active cases/objects.
But. . .
State Group MarryM
group state id id combatLevel group
12 out ā€¢ ā€¢ 12 76 pro null
4 in ā€¢ ā€¢ 4 ā€¢ ā€¢ 19 basic 4
431 running ā€¢ ā€¢ 431 ā€¢ ā€¢ 56 ok 431
. . . ā€¢ 3 basic 431
ā€¢ 98 ok 431
Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 21 / 26
Towards Controlled Unboundedness
In [CIKM14,Subm14] we formally capture the two notions of ā€œdata
isolationā€ and ā€œrelative boundednessā€:
ā€¢ Modelling guidelines for the data component and how the process
component accesses to it.
Restrictions
1. Queries must be navigational: no arbitrary access to relations.
2. 1-to-many relations require a number restriction on the ā€œmanyā€ side.
3. Each case cannot create a chain of tuples of unbounded lenght.
4. Cases can share tuples only in a controlled way.
So as to avoid the construction of chains of cases.
Key Decidability Result
Veriļ¬cation of navigational ĀµLP properties on the unbounded system can
be reduced to verifying a bounded number of cases/business objects!
ā€¢ A sort of data-aware cutoļ¬€ technique.
Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 22 / 26
Towards Concrete Domains
Ongoing work with Diego Calvanese and Giorgio Delzanno.
What about concrete domains with speciļ¬c relations?
E.g., ordered domains with >.
ā€¢ Think about classical ticket-based coordination algorithms.
How does this interact with state-boundedness?
Some key insights:
ā€¢ No hope to include the successor relation.
2 data slots are suļ¬ƒcient to encode two counters.
ā€¢ OK to include dense linear orders.
Thanks to state-boundedness:
Rigid > relation Non-rigid GreaterThan relation
over the entire domain āˆ’ā†’ over active domain elements.
Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 23 / 26
Conclusion
ā€¢ Our work is grounded in real-world data-aware processes.
ā€¢ State-boundedness provides the basis for robust conditions for
decidability.
ā€¢ Key idea: only ļ¬nitely many data are important per sĆØ, the others act
as placeholders (cf. pure values).
ā€¢ Complexity-wise: we are studying how the exponentiality in the data
inherent in data-aware systems can be tamed, through a suitable
modularization of the read-write data slots into independent portions.
ā€¢ Parameterization currently works for boundedly many components
simultaneously coexisting in the system, or by restricting their
interaction through the data component.
Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 24 / 26
Relevant References 1/2
[PODS13] B. Bagheri Hariri, D. Calvanese, G. De Giacomo, A. Deutsch,
M. Montali. Veriļ¬cation of relational data-centric dynamic systems
with external services. 32nd Symp. on Principles of Database Systems
(PODS). ACM Press, 2013.
[PODS13b] D. Calvanese, G. De Giacomo, M. Montali. Foundations of data-aware
process analysis: A database theory perspective. 32nd Symposium
on Principles of Database Systems (PODS). ACM Press, 2013.
[ICSOC13] D. Solomakhin, M. Montali, S. Tessaris, R. De Masellis. Veriļ¬cation of
artifact-centric systems: Decidability and modeling issues. 11th Int.
Conf. on Service Oriented Computing (ICSOC), v. 8274 of LNCS.
Springer, 2013.
[KR14] B. Bagheri Hariri, D. Calvanese, A. Deutsch, M. Montali.
State-boundedness for decidability of veriļ¬cation in data-aware
dynamic systems. 14th Int. Conf. on Principles of Knowledge
Representation and Reasoning (KR). AAAI Press, 2014.
Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 25 / 26
Relevant References 2/2
[AAMAS14] M. Montali, D. Calvanese, G. De Giacomo. Veriļ¬cation of
data-aware commitment-based multiagent systems.
13th Int. Conf. on Autonomous Agents and Multiagent
Systems (AAMAS). IFAAMAS, 2014.
[WSFM14] M. Montali, A. Rivkin. Formal Veriļ¬cation of Petri Nets
with Names. 11th Int. WS on Web Services and Formal
Methods (WS-FM). 2014, to appear.
[CIKM14] D. Calvanese, M. Montali, M. Estanol, E. Teniente.
Veriļ¬able UML Artifact-Centric Business Process
Models. 23rd Int. Conf. on Information and Knowledge
Management (CIKM). 2014, to appear.
[Subm14] M. Montali, D. Calvanese. Soundness of data-aware,
case-centric processes. 2014, submitted.
Other works consider a description-logic knowledge base or an
ontology-based data access system as the data component.
ā€¢ See [RR12, ECAI12, JAIR13, IJCAI13, RR13, ICSOC13b].
Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 26 / 26

More Related Content

Viewers also liked

Ibm marketing cloud by Be2see
Ibm marketing cloud by Be2seeIbm marketing cloud by Be2see
Ibm marketing cloud by Be2seeBe2See.
Ā 
Error correction 2 Mon and Wed group
Error correction 2 Mon and Wed groupError correction 2 Mon and Wed group
Error correction 2 Mon and Wed groupjeanphilippeguy
Ā 
Transition from secondary school to adulthood
Transition from secondary school to adulthoodTransition from secondary school to adulthood
Transition from secondary school to adulthoodRita May Tagalog
Ā 
Divvee Social PresentaciĆ³n Larga 2017
Divvee Social PresentaciĆ³n Larga 2017 Divvee Social PresentaciĆ³n Larga 2017
Divvee Social PresentaciĆ³n Larga 2017 Jefry Lopez
Ā 
Why Marketing to Women Is a Waste of Money
Why Marketing to Women Is a Waste of MoneyWhy Marketing to Women Is a Waste of Money
Why Marketing to Women Is a Waste of MoneyWomenkind
Ā 
OpenAIRE webinar on Open Research Data in H2020 (OAW2016)
OpenAIRE webinar on Open Research Data in H2020 (OAW2016)OpenAIRE webinar on Open Research Data in H2020 (OAW2016)
OpenAIRE webinar on Open Research Data in H2020 (OAW2016)OpenAIRE
Ā 
Snowplow at DA Hub emerging technology showcase
Snowplow at DA Hub emerging technology showcaseSnowplow at DA Hub emerging technology showcase
Snowplow at DA Hub emerging technology showcaseyalisassoon
Ā 
One coin presentation Full
One coin presentation FullOne coin presentation Full
One coin presentation FullMunir Ahmad Mughal
Ā 
Teaching students with Mental Retardation
Teaching students with Mental RetardationTeaching students with Mental Retardation
Teaching students with Mental RetardationRita May Tagalog
Ā 
Teaching Students with Mental Retardation
Teaching Students with Mental RetardationTeaching Students with Mental Retardation
Teaching Students with Mental RetardationRita May Tagalog
Ā 
PPT ON MENTALLY CHALLENGED CHILDREN OR MENTAL RETARDATION IN CHILDREN
PPT ON MENTALLY CHALLENGED CHILDREN OR MENTAL RETARDATION IN CHILDRENPPT ON MENTALLY CHALLENGED CHILDREN OR MENTAL RETARDATION IN CHILDREN
PPT ON MENTALLY CHALLENGED CHILDREN OR MENTAL RETARDATION IN CHILDRENSANDEEP KUMAR MANDAPALLI
Ā 

Viewers also liked (12)

Ibm marketing cloud by Be2see
Ibm marketing cloud by Be2seeIbm marketing cloud by Be2see
Ibm marketing cloud by Be2see
Ā 
Error correction 2 Mon and Wed group
Error correction 2 Mon and Wed groupError correction 2 Mon and Wed group
Error correction 2 Mon and Wed group
Ā 
Transition from secondary school to adulthood
Transition from secondary school to adulthoodTransition from secondary school to adulthood
Transition from secondary school to adulthood
Ā 
Anişoara NAGHERNEAC.Marina MAGHER. Mendeley ā€“ instrument util de management ...
Anişoara NAGHERNEAC.Marina MAGHER. Mendeley ā€“ instrument  util de management ...Anişoara NAGHERNEAC.Marina MAGHER. Mendeley ā€“ instrument  util de management ...
Anişoara NAGHERNEAC.Marina MAGHER. Mendeley ā€“ instrument util de management ...
Ā 
Divvee Social PresentaciĆ³n Larga 2017
Divvee Social PresentaciĆ³n Larga 2017 Divvee Social PresentaciĆ³n Larga 2017
Divvee Social PresentaciĆ³n Larga 2017
Ā 
Why Marketing to Women Is a Waste of Money
Why Marketing to Women Is a Waste of MoneyWhy Marketing to Women Is a Waste of Money
Why Marketing to Women Is a Waste of Money
Ā 
OpenAIRE webinar on Open Research Data in H2020 (OAW2016)
OpenAIRE webinar on Open Research Data in H2020 (OAW2016)OpenAIRE webinar on Open Research Data in H2020 (OAW2016)
OpenAIRE webinar on Open Research Data in H2020 (OAW2016)
Ā 
Snowplow at DA Hub emerging technology showcase
Snowplow at DA Hub emerging technology showcaseSnowplow at DA Hub emerging technology showcase
Snowplow at DA Hub emerging technology showcase
Ā 
One coin presentation Full
One coin presentation FullOne coin presentation Full
One coin presentation Full
Ā 
Teaching students with Mental Retardation
Teaching students with Mental RetardationTeaching students with Mental Retardation
Teaching students with Mental Retardation
Ā 
Teaching Students with Mental Retardation
Teaching Students with Mental RetardationTeaching Students with Mental Retardation
Teaching Students with Mental Retardation
Ā 
PPT ON MENTALLY CHALLENGED CHILDREN OR MENTAL RETARDATION IN CHILDREN
PPT ON MENTALLY CHALLENGED CHILDREN OR MENTAL RETARDATION IN CHILDRENPPT ON MENTALLY CHALLENGED CHILDREN OR MENTAL RETARDATION IN CHILDREN
PPT ON MENTALLY CHALLENGED CHILDREN OR MENTAL RETARDATION IN CHILDREN
Ā 

Similar to PV 2014 - Montali - Verification of Parameterized Data-Aware Dynamic Systems

A data driven approach for monitoring network events
A data driven approach for monitoring network eventsA data driven approach for monitoring network events
A data driven approach for monitoring network eventsJisc
Ā 
Re-envisioning the Lambda Architecture : Web Services & Real-time Analytics ...
Re-envisioning the Lambda Architecture : Web Services & Real-time Analytics ...Re-envisioning the Lambda Architecture : Web Services & Real-time Analytics ...
Re-envisioning the Lambda Architecture : Web Services & Real-time Analytics ...Brian O'Neill
Ā 
Cassandra Day 2014: Re-envisioning the Lambda Architecture - Web-Services & R...
Cassandra Day 2014: Re-envisioning the Lambda Architecture - Web-Services & R...Cassandra Day 2014: Re-envisioning the Lambda Architecture - Web-Services & R...
Cassandra Day 2014: Re-envisioning the Lambda Architecture - Web-Services & R...DataStax Academy
Ā 
Phily JUG : Web Services APIs for Real-time Analytics w/ Storm and DropWizard
Phily JUG : Web Services APIs for Real-time Analytics w/ Storm and DropWizardPhily JUG : Web Services APIs for Real-time Analytics w/ Storm and DropWizard
Phily JUG : Web Services APIs for Real-time Analytics w/ Storm and DropWizardBrian O'Neill
Ā 
Clustering for Stream and Parallelism (DATA ANALYTICS)
Clustering for Stream and Parallelism (DATA ANALYTICS)Clustering for Stream and Parallelism (DATA ANALYTICS)
Clustering for Stream and Parallelism (DATA ANALYTICS)DheerajPachauri
Ā 
Distributed Monte Carlo Feature Selection: Extracting Informative Features Ou...
Distributed Monte Carlo Feature Selection: Extracting Informative Features Ou...Distributed Monte Carlo Feature Selection: Extracting Informative Features Ou...
Distributed Monte Carlo Feature Selection: Extracting Informative Features Ou...Łukasz KrĆ³l
Ā 
data-stream-processing-SEEP.pptx
data-stream-processing-SEEP.pptxdata-stream-processing-SEEP.pptx
data-stream-processing-SEEP.pptxAhmadTawfigAlRadaide
Ā 
The data streaming processing paradigm and its use in modern fog architectures
The data streaming processing paradigm and its use in modern fog architecturesThe data streaming processing paradigm and its use in modern fog architectures
The data streaming processing paradigm and its use in modern fog architecturesVincenzo Gulisano
Ā 
Open Analytics Environment
Open Analytics EnvironmentOpen Analytics Environment
Open Analytics EnvironmentIan Foster
Ā 
Workshop nwav 47 - LVS - Tool for Quantitative Data Analysis
Workshop nwav 47 - LVS - Tool for Quantitative Data AnalysisWorkshop nwav 47 - LVS - Tool for Quantitative Data Analysis
Workshop nwav 47 - LVS - Tool for Quantitative Data AnalysisOlga Scrivner
Ā 
Scientific Applications of The Data Distribution Service
Scientific Applications of The Data Distribution ServiceScientific Applications of The Data Distribution Service
Scientific Applications of The Data Distribution ServiceAngelo Corsaro
Ā 
Scalability20140226
Scalability20140226Scalability20140226
Scalability20140226Nick Kypreos
Ā 
Manufacturing Data Analytics
Manufacturing Data AnalyticsManufacturing Data Analytics
Manufacturing Data AnalyticsGian Antonio Susto
Ā 
Classification of Big Data Use Cases by different Facets
Classification of Big Data Use Cases by different FacetsClassification of Big Data Use Cases by different Facets
Classification of Big Data Use Cases by different FacetsGeoffrey Fox
Ā 
A Dynamic Systems Approach to Production Management in the Automotive Industry
A Dynamic Systems Approach to Production Management in the Automotive IndustryA Dynamic Systems Approach to Production Management in the Automotive Industry
A Dynamic Systems Approach to Production Management in the Automotive IndustryFrancisco Restivo
Ā 
WSO2 Machine Learner - Product Overview
WSO2 Machine Learner - Product OverviewWSO2 Machine Learner - Product Overview
WSO2 Machine Learner - Product OverviewWSO2
Ā 

Similar to PV 2014 - Montali - Verification of Parameterized Data-Aware Dynamic Systems (20)

KR 2014 - Montali - State-Boundedness in Data-Aware Dynamic Systems
KR 2014 - Montali - State-Boundedness in Data-Aware Dynamic SystemsKR 2014 - Montali - State-Boundedness in Data-Aware Dynamic Systems
KR 2014 - Montali - State-Boundedness in Data-Aware Dynamic Systems
Ā 
Verification of Data-Aware Processes at ESSLLI 2017 2/6 - Data-Centric Dynami...
Verification of Data-Aware Processes at ESSLLI 2017 2/6 - Data-Centric Dynami...Verification of Data-Aware Processes at ESSLLI 2017 2/6 - Data-Centric Dynami...
Verification of Data-Aware Processes at ESSLLI 2017 2/6 - Data-Centric Dynami...
Ā 
Seminar@UNIVR 31/05/2016 Montali: Data-aware business processes - balancing b...
Seminar@UNIVR 31/05/2016 Montali: Data-aware business processes - balancing b...Seminar@UNIVR 31/05/2016 Montali: Data-aware business processes - balancing b...
Seminar@UNIVR 31/05/2016 Montali: Data-aware business processes - balancing b...
Ā 
A data driven approach for monitoring network events
A data driven approach for monitoring network eventsA data driven approach for monitoring network events
A data driven approach for monitoring network events
Ā 
Re-envisioning the Lambda Architecture : Web Services & Real-time Analytics ...
Re-envisioning the Lambda Architecture : Web Services & Real-time Analytics ...Re-envisioning the Lambda Architecture : Web Services & Real-time Analytics ...
Re-envisioning the Lambda Architecture : Web Services & Real-time Analytics ...
Ā 
Cassandra Day 2014: Re-envisioning the Lambda Architecture - Web-Services & R...
Cassandra Day 2014: Re-envisioning the Lambda Architecture - Web-Services & R...Cassandra Day 2014: Re-envisioning the Lambda Architecture - Web-Services & R...
Cassandra Day 2014: Re-envisioning the Lambda Architecture - Web-Services & R...
Ā 
Phily JUG : Web Services APIs for Real-time Analytics w/ Storm and DropWizard
Phily JUG : Web Services APIs for Real-time Analytics w/ Storm and DropWizardPhily JUG : Web Services APIs for Real-time Analytics w/ Storm and DropWizard
Phily JUG : Web Services APIs for Real-time Analytics w/ Storm and DropWizard
Ā 
Clustering for Stream and Parallelism (DATA ANALYTICS)
Clustering for Stream and Parallelism (DATA ANALYTICS)Clustering for Stream and Parallelism (DATA ANALYTICS)
Clustering for Stream and Parallelism (DATA ANALYTICS)
Ā 
Distributed Monte Carlo Feature Selection: Extracting Informative Features Ou...
Distributed Monte Carlo Feature Selection: Extracting Informative Features Ou...Distributed Monte Carlo Feature Selection: Extracting Informative Features Ou...
Distributed Monte Carlo Feature Selection: Extracting Informative Features Ou...
Ā 
data-stream-processing-SEEP.pptx
data-stream-processing-SEEP.pptxdata-stream-processing-SEEP.pptx
data-stream-processing-SEEP.pptx
Ā 
The data streaming processing paradigm and its use in modern fog architectures
The data streaming processing paradigm and its use in modern fog architecturesThe data streaming processing paradigm and its use in modern fog architectures
The data streaming processing paradigm and its use in modern fog architectures
Ā 
Open Analytics Environment
Open Analytics EnvironmentOpen Analytics Environment
Open Analytics Environment
Ā 
Workshop nwav 47 - LVS - Tool for Quantitative Data Analysis
Workshop nwav 47 - LVS - Tool for Quantitative Data AnalysisWorkshop nwav 47 - LVS - Tool for Quantitative Data Analysis
Workshop nwav 47 - LVS - Tool for Quantitative Data Analysis
Ā 
Scientific Applications of The Data Distribution Service
Scientific Applications of The Data Distribution ServiceScientific Applications of The Data Distribution Service
Scientific Applications of The Data Distribution Service
Ā 
Scalability20140226
Scalability20140226Scalability20140226
Scalability20140226
Ā 
Manufacturing Data Analytics
Manufacturing Data AnalyticsManufacturing Data Analytics
Manufacturing Data Analytics
Ā 
ISAD 313-3_ MODELS.pptx
ISAD 313-3_ MODELS.pptxISAD 313-3_ MODELS.pptx
ISAD 313-3_ MODELS.pptx
Ā 
Classification of Big Data Use Cases by different Facets
Classification of Big Data Use Cases by different FacetsClassification of Big Data Use Cases by different Facets
Classification of Big Data Use Cases by different Facets
Ā 
A Dynamic Systems Approach to Production Management in the Automotive Industry
A Dynamic Systems Approach to Production Management in the Automotive IndustryA Dynamic Systems Approach to Production Management in the Automotive Industry
A Dynamic Systems Approach to Production Management in the Automotive Industry
Ā 
WSO2 Machine Learner - Product Overview
WSO2 Machine Learner - Product OverviewWSO2 Machine Learner - Product Overview
WSO2 Machine Learner - Product Overview
Ā 

More from Faculty of Computer Science - Free University of Bozen-Bolzano

More from Faculty of Computer Science - Free University of Bozen-Bolzano (20)

From Case-Isolated to Object-Centric Processes - A Tale of two Models
From Case-Isolated to Object-Centric Processes - A Tale of two ModelsFrom Case-Isolated to Object-Centric Processes - A Tale of two Models
From Case-Isolated to Object-Centric Processes - A Tale of two Models
Ā 
Reasoning on Labelled Petri Nets and Their Dynamics in a Stochastic Setting
Reasoning on Labelled Petri Nets and Their Dynamics in a Stochastic SettingReasoning on Labelled Petri Nets and Their Dynamics in a Stochastic Setting
Reasoning on Labelled Petri Nets and Their Dynamics in a Stochastic Setting
Ā 
Constraints for Process Framing in Augmented BPM
Constraints for Process Framing in Augmented BPMConstraints for Process Framing in Augmented BPM
Constraints for Process Framing in Augmented BPM
Ā 
Intelligent Systems for Process Mining
Intelligent Systems for Process MiningIntelligent Systems for Process Mining
Intelligent Systems for Process Mining
Ā 
Declarative process mining
Declarative process miningDeclarative process mining
Declarative process mining
Ā 
Process Reasoning and Mining with Uncertainty
Process Reasoning and Mining with UncertaintyProcess Reasoning and Mining with Uncertainty
Process Reasoning and Mining with Uncertainty
Ā 
From Case-Isolated to Object-Centric Processes
From Case-Isolated to Object-Centric ProcessesFrom Case-Isolated to Object-Centric Processes
From Case-Isolated to Object-Centric Processes
Ā 
Modeling and Reasoning over Declarative Data-Aware Processes
Modeling and Reasoning over Declarative Data-Aware ProcessesModeling and Reasoning over Declarative Data-Aware Processes
Modeling and Reasoning over Declarative Data-Aware Processes
Ā 
Soundness of Data-Aware Processes with Arithmetic Conditions
Soundness of Data-Aware Processes with Arithmetic ConditionsSoundness of Data-Aware Processes with Arithmetic Conditions
Soundness of Data-Aware Processes with Arithmetic Conditions
Ā 
Probabilistic Trace Alignment
Probabilistic Trace AlignmentProbabilistic Trace Alignment
Probabilistic Trace Alignment
Ā 
Strategy Synthesis for Data-Aware Dynamic Systems with Multiple Actors
Strategy Synthesis for Data-Aware Dynamic Systems with Multiple ActorsStrategy Synthesis for Data-Aware Dynamic Systems with Multiple Actors
Strategy Synthesis for Data-Aware Dynamic Systems with Multiple Actors
Ā 
Extending Temporal Business Constraints with Uncertainty
Extending Temporal Business Constraints with UncertaintyExtending Temporal Business Constraints with Uncertainty
Extending Temporal Business Constraints with Uncertainty
Ā 
Extending Temporal Business Constraints with Uncertainty
Extending Temporal Business Constraints with UncertaintyExtending Temporal Business Constraints with Uncertainty
Extending Temporal Business Constraints with Uncertainty
Ā 
Modeling and Reasoning over Declarative Data-Aware Processes with Object-Cent...
Modeling and Reasoning over Declarative Data-Aware Processes with Object-Cent...Modeling and Reasoning over Declarative Data-Aware Processes with Object-Cent...
Modeling and Reasoning over Declarative Data-Aware Processes with Object-Cent...
Ā 
From legacy data to event data
From legacy data to event dataFrom legacy data to event data
From legacy data to event data
Ā 
Putting Decisions in Perspective(s)
Putting Decisions in Perspective(s)Putting Decisions in Perspective(s)
Putting Decisions in Perspective(s)
Ā 
Enriching Data Models with Behavioral Constraints
Enriching Data Models with Behavioral ConstraintsEnriching Data Models with Behavioral Constraints
Enriching Data Models with Behavioral Constraints
Ā 
Representing and querying norm states using temporal ontology-based data access
Representing and querying norm states using temporal ontology-based data accessRepresenting and querying norm states using temporal ontology-based data access
Representing and querying norm states using temporal ontology-based data access
Ā 
Compliance monitoring of multi-perspective declarative process models
Compliance monitoring of multi-perspective declarative process modelsCompliance monitoring of multi-perspective declarative process models
Compliance monitoring of multi-perspective declarative process models
Ā 
Processes and organizations - a look behind the paper wall
Processes and organizations - a look behind the paper wallProcesses and organizations - a look behind the paper wall
Processes and organizations - a look behind the paper wall
Ā 

Recently uploaded

Call Girl Number in Khar MumbaišŸ“² 9892124323 šŸ’ž Full Night Enjoy
Call Girl Number in Khar MumbaišŸ“² 9892124323 šŸ’ž Full Night EnjoyCall Girl Number in Khar MumbaišŸ“² 9892124323 šŸ’ž Full Night Enjoy
Call Girl Number in Khar MumbaišŸ“² 9892124323 šŸ’ž Full Night EnjoyPooja Nehwal
Ā 
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...Kayode Fayemi
Ā 
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...henrik385807
Ā 
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdf
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdfCTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdf
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdfhenrik385807
Ā 
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...Hasting Chen
Ā 
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara ServicesVVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara ServicesPooja Nehwal
Ā 
If this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New NigeriaIf this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New NigeriaKayode Fayemi
Ā 
Microsoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AIMicrosoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AITatiana Gurgel
Ā 
George Lever - eCommerce Day Chile 2024
George Lever -  eCommerce Day Chile 2024George Lever -  eCommerce Day Chile 2024
George Lever - eCommerce Day Chile 2024eCommerce Institute
Ā 
Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510Vipesco
Ā 
ANCHORING SCRIPT FOR A CULTURAL EVENT.docx
ANCHORING SCRIPT FOR A CULTURAL EVENT.docxANCHORING SCRIPT FOR A CULTURAL EVENT.docx
ANCHORING SCRIPT FOR A CULTURAL EVENT.docxNikitaBankoti2
Ā 
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779Night 7k Call Girls Noida Sector 128 Call Me: 8448380779
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779Delhi Call girls
Ā 
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptx
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptxMohammad_Alnahdi_Oral_Presentation_Assignment.pptx
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptxmohammadalnahdi22
Ā 
WhatsApp šŸ“ž 9892124323 āœ…Call Girls In Juhu ( Mumbai )
WhatsApp šŸ“ž 9892124323 āœ…Call Girls In Juhu ( Mumbai )WhatsApp šŸ“ž 9892124323 āœ…Call Girls In Juhu ( Mumbai )
WhatsApp šŸ“ž 9892124323 āœ…Call Girls In Juhu ( Mumbai )Pooja Nehwal
Ā 
SaaStr Workshop Wednesday w/ Lucas Price, Yardstick
SaaStr Workshop Wednesday w/ Lucas Price, YardstickSaaStr Workshop Wednesday w/ Lucas Price, Yardstick
SaaStr Workshop Wednesday w/ Lucas Price, Yardsticksaastr
Ā 
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...Pooja Nehwal
Ā 
Mathematics of Finance Presentation.pptx
Mathematics of Finance Presentation.pptxMathematics of Finance Presentation.pptx
Mathematics of Finance Presentation.pptxMoumonDas2
Ā 
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...Sheetaleventcompany
Ā 
Introduction to Prompt Engineering (Focusing on ChatGPT)
Introduction to Prompt Engineering (Focusing on ChatGPT)Introduction to Prompt Engineering (Focusing on ChatGPT)
Introduction to Prompt Engineering (Focusing on ChatGPT)Chameera Dedduwage
Ā 
Presentation on Engagement in Book Clubs
Presentation on Engagement in Book ClubsPresentation on Engagement in Book Clubs
Presentation on Engagement in Book Clubssamaasim06
Ā 

Recently uploaded (20)

Call Girl Number in Khar MumbaišŸ“² 9892124323 šŸ’ž Full Night Enjoy
Call Girl Number in Khar MumbaišŸ“² 9892124323 šŸ’ž Full Night EnjoyCall Girl Number in Khar MumbaišŸ“² 9892124323 šŸ’ž Full Night Enjoy
Call Girl Number in Khar MumbaišŸ“² 9892124323 šŸ’ž Full Night Enjoy
Ā 
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
Ā 
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
Ā 
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdf
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdfCTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdf
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdf
Ā 
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
Ā 
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara ServicesVVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
Ā 
If this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New NigeriaIf this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New Nigeria
Ā 
Microsoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AIMicrosoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AI
Ā 
George Lever - eCommerce Day Chile 2024
George Lever -  eCommerce Day Chile 2024George Lever -  eCommerce Day Chile 2024
George Lever - eCommerce Day Chile 2024
Ā 
Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510
Ā 
ANCHORING SCRIPT FOR A CULTURAL EVENT.docx
ANCHORING SCRIPT FOR A CULTURAL EVENT.docxANCHORING SCRIPT FOR A CULTURAL EVENT.docx
ANCHORING SCRIPT FOR A CULTURAL EVENT.docx
Ā 
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779Night 7k Call Girls Noida Sector 128 Call Me: 8448380779
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779
Ā 
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptx
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptxMohammad_Alnahdi_Oral_Presentation_Assignment.pptx
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptx
Ā 
WhatsApp šŸ“ž 9892124323 āœ…Call Girls In Juhu ( Mumbai )
WhatsApp šŸ“ž 9892124323 āœ…Call Girls In Juhu ( Mumbai )WhatsApp šŸ“ž 9892124323 āœ…Call Girls In Juhu ( Mumbai )
WhatsApp šŸ“ž 9892124323 āœ…Call Girls In Juhu ( Mumbai )
Ā 
SaaStr Workshop Wednesday w/ Lucas Price, Yardstick
SaaStr Workshop Wednesday w/ Lucas Price, YardstickSaaStr Workshop Wednesday w/ Lucas Price, Yardstick
SaaStr Workshop Wednesday w/ Lucas Price, Yardstick
Ā 
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...
Ā 
Mathematics of Finance Presentation.pptx
Mathematics of Finance Presentation.pptxMathematics of Finance Presentation.pptx
Mathematics of Finance Presentation.pptx
Ā 
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...
Ā 
Introduction to Prompt Engineering (Focusing on ChatGPT)
Introduction to Prompt Engineering (Focusing on ChatGPT)Introduction to Prompt Engineering (Focusing on ChatGPT)
Introduction to Prompt Engineering (Focusing on ChatGPT)
Ā 
Presentation on Engagement in Book Clubs
Presentation on Engagement in Book ClubsPresentation on Engagement in Book Clubs
Presentation on Engagement in Book Clubs
Ā 

PV 2014 - Montali - Verification of Parameterized Data-Aware Dynamic Systems

  • 1. Veriļ¬cation of Parameterized Data-Aware Dynamic Systems Marco Montali KRDB Research Centre for Knowledge and Data Free University of Bozen-Bolzano Credits to Babak Bagheri Hariri, Diego Calvanese, Giuseppe De Giacomo, Alin Deutsch, Andrey Rivkin PV 2014 Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 1 / 26
  • 2. Data and Processes The information assets of an organization are constituted by: ā€¢ data, and ā€¢ processes, that determine how data changes and evolves over time. Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 2 / 26
  • 3. Data and Processes The information assets of an organization are constituted by: ā€¢ data, and ā€¢ processes, that determine how data changes and evolves over time. Conceptual Modeling Both aspects are modelled conceptually, but: ā€¢ Using diļ¬€erent modeling tools ā€¢ By diļ¬€erent teams with diļ¬€erent competences ā€¢ Connection between the two is NOT modelled conceptually Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 2 / 26
  • 4. Data and Processes The information assets of an organization are constituted by: ā€¢ data, and ā€¢ processes, that determine how data changes and evolves over time. Conceptual Modeling Both aspects are modelled conceptually, but: ā€¢ Using diļ¬€erent modeling tools ā€¢ By diļ¬€erent teams with diļ¬€erent competences ā€¢ Connection between the two is NOT modelled conceptually Consequence Full reasoning support, e.g., for veriļ¬cation taking into account both process and data, is not possible! Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 2 / 26
  • 5. A Classical Data Model Supplier ManufacturingProcurement/Supplier Sales Customer PO Line Item Work OrderMaterial PO * * spawns 0..1 Material How are data of this schema evolved over time? Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 3 / 26
  • 6. A Classical Process Model Where are the data? Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 4 / 26
  • 7. Reality: A Deployed Process ā€¢ Current data ; ļ¬elds, text, highlights. Include status attributes. ā€¢ Actions ; buttons, links. ā€¢ Input params ; writable ļ¬elds. Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 5 / 26
  • 8. Our goals Formalization of Data-Aware Dynamic Systems Lay the foundations for processes dealing with a full-ļ¬‚edged data layer: ā€¢ relational database with constraints (complete information); ā€¢ conceptual model/ontology (incomplete information); ā€¢ both (cf. ontology-based data access). Reasoning support along the entire process lifecycle Develop techniques for: ā€¢ (design-time) veriļ¬cation and synthesis; ā€¢ (run-time) operational support (monitoring); ā€¢ (a-posteriori) analysis and mining. Grounding of the approach Focus on concrete languages/settings like: business artifacts + adaptive case management (GSM, CMMN, . . . ), healthcare processes, dynamic web apps, . . . Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 6 / 26
  • 9. Data-Aware Dynamic System A dynamic system that manipulates data over time. Data-aware dynamic system Data Layer Process Layer external world UpdateRead ā€¢ Data layer: maintains data of interest. Relational database. (Description logic) ontology. ā€¢ Process layer: evolves the extensional part of the data layer. Control-ļ¬‚ow component: determines when actions can be executed. Actions: atomic units of work that update the data. Interact with the external world to inject fresh data into the system. Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 7 / 26
  • 10. Data-Centric Dynamic Systems (DCDSs) [PODS13] ā€¢ Data layer: relational database with FO constraints. ā€¢ Process (control-ļ¬‚ow): condition-action rules. ā€¢ Actions: speciļ¬ed by (parallel) eļ¬€ects that query the current state and determine the next state. Service calls can be invoked to incorporate new data. Example ā€¢ Data layer: schema {R/2, Q/1, S/1}, no constraint. ā€¢ Process: āˆƒy.R(x, y) ā†’ t(x). ā€¢ Action: t(p) : ļ£± ļ£“ļ£² ļ£“ļ£³ R(x, y) āˆ§ x = p R(x, y) R(p, y) R(p, f(y)) R(p, y) Q(p) ļ£¼ ļ£“ļ£½ ļ£“ļ£¾ Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 8 / 26
  • 11. Data-Centric Dynamic Systems (DCDSs) [PODS13] ā€¢ Data layer: relational database with FO constraints. ā€¢ Process (control-ļ¬‚ow): condition-action rules. ā€¢ Actions: speciļ¬ed by (parallel) eļ¬€ects that query the current state and determine the next state. Service calls can be invoked to incorporate new data. Example ā€¢ Data layer: schema {R/2, Q/1, S/1}, no constraint. ā€¢ Process: āˆƒy.R(x, y) ā†’ t(x). ā€¢ Action: t(p) : ļ£± ļ£“ļ£² ļ£“ļ£³ R(x, y) āˆ§ x = p R(x, y) R(p, y) R(p, f(y)) R(p, y) Q(p) ļ£¼ ļ£“ļ£½ ļ£“ļ£¾ R(a,b), R(a,c), R(c,d), Q(d), S(b) Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 8 / 26
  • 12. Data-Centric Dynamic Systems (DCDSs) [PODS13] ā€¢ Data layer: relational database with FO constraints. ā€¢ Process (control-ļ¬‚ow): condition-action rules. ā€¢ Actions: speciļ¬ed by (parallel) eļ¬€ects that query the current state and determine the next state. Service calls can be invoked to incorporate new data. Example ā€¢ Data layer: schema {R/2, Q/1, S/1}, no constraint. ā€¢ Process: āˆƒy.R(x, y) ā†’ t(x). ā€¢ Action: t(p) : ļ£± ļ£“ļ£² ļ£“ļ£³ R(x, y) āˆ§ x = p R(x, y) R(p, y) R(p, f(y)) R(p, y) Q(p) ļ£¼ ļ£“ļ£½ ļ£“ļ£¾ R(a,b), R(a,c), R(c,d), Q(d), S(b) t(a) t(c) Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 8 / 26
  • 13. Data-Centric Dynamic Systems (DCDSs) [PODS13] ā€¢ Data layer: relational database with FO constraints. ā€¢ Process (control-ļ¬‚ow): condition-action rules. ā€¢ Actions: speciļ¬ed by (parallel) eļ¬€ects that query the current state and determine the next state. Service calls can be invoked to incorporate new data. Example ā€¢ Data layer: schema {R/2, Q/1, S/1}, no constraint. ā€¢ Process: āˆƒy.R(x, y) ā†’ t(x). ā€¢ Action: t(a) : ļ£± ļ£“ļ£² ļ£“ļ£³ R(x, y) āˆ§ x = a R(x, y) R(a, y) R(a, f(y)) R(a, y) Q(a) ļ£¼ ļ£“ļ£½ ļ£“ļ£¾ R(a,b), R(a,c), R(c,d), Q(d), S(b) R(c,d), Q(a), R(a,f(b)) R(a,f(c)) t(a) Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 8 / 26
  • 14. Data-Centric Dynamic Systems (DCDSs) [PODS13] ā€¢ Data layer: relational database with FO constraints. ā€¢ Process (control-ļ¬‚ow): condition-action rules. ā€¢ Actions: speciļ¬ed by (parallel) eļ¬€ects that query the current state and determine the next state. Service calls can be invoked to incorporate new data. Example ā€¢ Data layer: schema {R/2, Q/1, S/1}, no constraint. ā€¢ Process: āˆƒy.R(x, y) ā†’ t(x). ā€¢ Action: t(a) : ļ£± ļ£“ļ£² ļ£“ļ£³ R(x, y) āˆ§ x = a R(x, y) R(a, y) R(a, f(y)) R(a, y) Q(a) ļ£¼ ļ£“ļ£½ ļ£“ļ£¾ R(a,b), R(a,c), R(c,d), Q(d), S(b) R(c,d), Q(a), R(a,f(b)) R(a,f(c)) R(c,d), Q(a), R(a,a)t(a) f(b) = f(c) = a Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 8 / 26
  • 15. Data-Centric Dynamic Systems (DCDSs) [PODS13] ā€¢ Data layer: relational database with FO constraints. ā€¢ Process (control-ļ¬‚ow): condition-action rules. ā€¢ Actions: speciļ¬ed by (parallel) eļ¬€ects that query the current state and determine the next state. Service calls can be invoked to incorporate new data. Example ā€¢ Data layer: schema {R/2, Q/1, S/1}, no constraint. ā€¢ Process: āˆƒy.R(x, y) ā†’ t(x). ā€¢ Action: t(a) : ļ£± ļ£“ļ£² ļ£“ļ£³ R(x, y) āˆ§ x = a R(x, y) R(a, y) R(a, f(y)) R(a, y) Q(a) ļ£¼ ļ£“ļ£½ ļ£“ļ£¾ R(a,b), R(a,c), R(c,d), Q(d), S(b) R(c,d), Q(a), R(a,f(b)) R(a,f(c)) R(c,d), Q(a), R(a,c), R(a,u) t(a) f(b) = c, f(c) = u Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 8 / 26
  • 16. Data-Centric Dynamic Systems (DCDSs) [PODS13] ā€¢ Data layer: relational database with FO constraints. ā€¢ Process (control-ļ¬‚ow): condition-action rules. ā€¢ Actions: speciļ¬ed by (parallel) eļ¬€ects that query the current state and determine the next state. Service calls can be invoked to incorporate new data. Example ā€¢ Data layer: schema {R/2, Q/1, S/1}, no constraint. ā€¢ Process: āˆƒy.R(x, y) ā†’ t(x). ā€¢ Action: t(a) : ļ£± ļ£“ļ£² ļ£“ļ£³ R(x, y) āˆ§ x = a R(x, y) R(a, y) R(a, f(y)) R(a, y) Q(a) ļ£¼ ļ£“ļ£½ ļ£“ļ£¾ R(a,b), R(a,c), R(c,d), Q(d), S(b) R(c,d), Q(a), R(a,f(b)) R(a,f(c)) . . . t(a) . . . Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 8 / 26
  • 17. Veriļ¬cation Execution semantics: a relational, inļ¬nite-state transition system. ā€¢ Inļ¬nite branching (possible results of service calls). ā€¢ Inļ¬nite runs (usage of values obtained from unboundedly many service calls). ā€¢ Unbounded DBs (accumulation of such values). ..... . ..... . . . . . . . Veriļ¬cation Problem Check whether the dynamic system guarantees a desired property, expressed in some variant of a ļ¬rst-order temporal logic. Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 9 / 26
  • 18. Veriļ¬cation Logics Requirements for temporal/dynamic properties: ā€¢ to capture data ; ļ¬rst-order queries; ā€¢ to capture dynamics ; temporal modalities; ā€¢ to capture evolution of data ; quantiļ¬cation across states. ĀµLA First-order Āµ-calculus with active domain quantiļ¬cation. Example: In every state of the system, each order stored in that state is eventually shipped. ĀµLP Syntactically limits ļ¬rst-order quantiļ¬cation across states: it applies only to those objects that persist. ā€¢ Internal primary keys, student ids, pure names, . . . Example: In every state of the system, each order stored in that state persists in the system until it is shipped. PDLLTL CTL ĀµL ĀµLP ĀµLA ĀµLFO Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 10 / 26
  • 19. Undecidability Veriļ¬cation of propositional reachability properties is undecidable even for DCDSs with unary relations only. Counter increment k1:c++; goto k2 PC(k1) ā†’ inc-C(k2) where inc-C(kn) : ļ£± ļ£“ļ£² ļ£“ļ£³ C(x) C(x) C(x) Cold(x) true Cnew(f()), C(f()) true PC(knext) ļ£¼ ļ£“ļ£½ ļ£“ļ£¾ with fresh name database constraint: āˆƒx.Cnew(x) āˆ§ Cold(x) ā†’ false Counter conditional decrement k1:if(c=0) goto k2; else{c- -; goto k3;} PC(k1) āˆ§ C(e) ā†’ dec-C(e, k2) where dec-C(e, kn) : C(x) āˆ§ x = e C(x) true PC(kn) PC(k1) āˆ§ Ā¬āˆƒx.C(x) ā†’ jmp(k3) where jmp(kn) : true PC(kn) Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 11 / 26
  • 20. Conditions for DCDSs We devise two conditions over the transition system Ī„S of a DCDS S. Run boundedness Each run of Ī„S accumulates only a bounded number of objects. ā€¢ No bound on the overall number of objects: Ī„S is still inļ¬nite-state, due to inļ¬nite branching induced by service calls. ā€¢ Unboundedly many deterministic service calls can still be issued with a bounded number of inputs. ā€¢ Only boundedly many nondeterministic service calls can be issued. Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 12 / 26
  • 21. Conditions for DCDSs We devise two conditions over the transition system Ī„S of a DCDS S. Run boundedness Each run of Ī„S accumulates only a bounded number of objects. ā€¢ No bound on the overall number of objects: Ī„S is still inļ¬nite-state, due to inļ¬nite branching induced by service calls. ā€¢ Unboundedly many deterministic service calls can still be issued with a bounded number of inputs. ā€¢ Only boundedly many nondeterministic service calls can be issued. State boundedness Each state of Ī„S contains only a bounded number of objects. ā€¢ Relaxation of run-boundedness: unboundedly many objects along a run, provided that they are not accumulated in the same state. ā€¢ Ī„S can contain inļ¬nite branches and inļ¬nite runs. Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 12 / 26
  • 22. Bisimulations Corresponding notions of bisimulation are deļ¬ned. They capture ā€¢ dynamics ; standard notion of bisimulation; ā€¢ data ; DB isomorphism; ā€¢ evolution of data ; compatibility of the bijections witnessing the isomorphisms along a run. For ĀµLP : forgetting about old, non-persisting objects. History-Preserving Bisimulation Invariant Languages Persistence-Preserving Bisimulation Invariant Languages Propositional Bisimulation Invariant Languages PDLLTL CTL ĀµL ĀµLP ĀµLA ĀµLFO Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 13 / 26
  • 23. Summary of Results [PODS13] Unrestricted State-bounded Run-bounded Finite-state ĀµLFO U U N D ĀµLA U U D D ĀµLP U D D D ĀµL U D D D D: decidable; U: undecidable; N: no ļ¬nite abstraction. Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 14 / 26
  • 24. Run-Bounded Systems: Decidability for ĀµLA Theorem Veriļ¬cation of ĀµLA over run-bounded DCDSs is decidable and can be reduced to model checking of propositional ĀµL over a ļ¬nite TS. Crux: construct a faithful abstraction Ī˜S for Ī„S, collapsing inļ¬nite branching. .. . .. . .. . .. . . . . Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 15 / 26
  • 25. Run-Bounded Systems: Decidability for ĀµLA Theorem Veriļ¬cation of ĀµLA over run-bounded DCDSs is decidable and can be reduced to model checking of propositional ĀµL over a ļ¬nite TS. Crux: construct a faithful abstraction Ī˜S for Ī„S, collapsing inļ¬nite branching. ā€¢ We use isomorphic types instead of actual service call results. .. . .. . .. . .. . . . . ā‰ˆ representatives for all isomorphic types Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 15 / 26
  • 26. State-bounded Systems: Undecidability for ĀµLA Theorem Veriļ¬cation of ĀµLA over state-bounded DCDSs is undecidable. Intuition: ĀµLA can use quantiļ¬cation to store and compare the unboundedly many values encountered along the runs. Crux: reduction from satisļ¬ability of LTL with freeze quantiļ¬ers. ā€¢ ĀµLA can express LTL with freeze quantiļ¬er by making registers explicit. ā€¢ There is a state-bounded DCDS that simulates all the possible traces with register assignments (i.e., data words). ā€¢ Satisļ¬ability via model checking. Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 16 / 26
  • 27. State-bounded Systems: Decidability for ĀµLP Theorem Veriļ¬cation of ĀµLP over state-bounded DCDSs is decidable and can be reduced to model checking of propositional Āµ-calculus over a ļ¬nite TS. Crux: construct a faithful abstraction Ī˜S for Ī„S, collapsing inļ¬nite branching and compacting inļ¬nite runs. 1. Prune inļ¬nite branching (isomorphic types). ..... . ..... . ..... . ..... . . . . Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 17 / 26
  • 28. State-bounded Systems: Decidability for ĀµLP Theorem Veriļ¬cation of ĀµLP over state-bounded DCDSs is decidable and can be reduced to model checking of propositional Āµ-calculus over a ļ¬nite TS. Crux: construct a faithful abstraction Ī˜S for Ī„S, collapsing inļ¬nite branching and compacting inļ¬nite runs. 1. Prune inļ¬nite branching (isomorphic types). ..... . ..... . ..... . ..... . . . . āˆ¼ representatives for isomorphic types Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 17 / 26
  • 29. State-bounded Systems: Decidability for ĀµLP Theorem Veriļ¬cation of ĀµLP over state-bounded DCDSs is decidable and can be reduced to model checking of propositional Āµ-calculus over a ļ¬nite TS. Crux: construct a faithful abstraction Ī˜S for Ī„S, collapsing inļ¬nite branching and compacting inļ¬nite runs. 1. Prune inļ¬nite branching (isomorphic types). ..... . ..... . ..... . Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 17 / 26
  • 30. State-bounded Systems: Decidability for ĀµLP Theorem Veriļ¬cation of ĀµLP over state-bounded DCDSs is decidable and can be reduced to model checking of propositional Āµ-calculus over a ļ¬nite TS. Crux: construct a faithful abstraction Ī˜S for Ī„S, collapsing inļ¬nite branching and compacting inļ¬nite runs. 1. Prune inļ¬nite branching (isomorphic types). 2. Finite abstraction along the runs: Recycle old, non-persisting objects instead of inventing new ones when possible. At some point, no fresh value needs to be introduced anymore. No need to know the actual bound! .. . .. . .. . Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 17 / 26
  • 31. Parameterization with Names In [AAMAS14]: extension towards data-aware multiagent systems. ā€¢ Agents use names to exchange data. ā€¢ An institutional agent manages name creation and deletion. Seller John Customer Alice Name MyCust Alice Bob ID Item i1 i2 Item Paid Cust Institutional agent D. DeliveryCC C. DeliveryC Item ACCEPT-REG JohnAlice Item Owns PAY-CC(i1) Item Paid Cust i1 Alice D. C. State D. DeliveryCC C. DeliveryC Item JohnAlice D. C. State i1JohnAlice active PAY-BT(Alice, i2) Item Paid Cust i1 Alice D. DeliveryCC C. DeliveryC Item JohnAlice D. C. State i1JohnAlice active Alice's Bank i2JohnAlice active i2 Alice deliver(i1,...) Item Paid Cust i1 Alice D. DeliveryCC C. DeliveryC Item JohnAlice D. C. State i1JohnAlice sat Carrier i2JohnAlice active i2 Alice Item Owns i1 Item Owns Item Owns State-boundedness implies that unboundedly many agents/names can be seen in a run, provided that they do not coexist in the same state. Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 18 / 26
  • 32. On State-Boundedness State- (and run-) boundedness are semantic properties, undecidable to check. Big question 1 Do there exist interesting classes for which state-boundedness is decidable? Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 19 / 26
  • 33. On State-Boundedness State- (and run-) boundedness are semantic properties, undecidable to check. Big question 1 Do there exist interesting classes for which state-boundedness is decidable? +: Petri nets with name management By Rosa-Velardo et al. t bcp2 aab p1 p4 p3 p5y xxy xxĪ½1 Ī½1Ī½2 [WSFM14]: Translation to DCDSs and ĀµLP veriļ¬cation.Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 19 / 26
  • 34. On State-Boundedness State- (and run-) boundedness are semantic properties, undecidable to check. Big question 1 Do there exist interesting classes for which state-boundedness is decidable? +: Petri nets with name management By Rosa-Velardo et al. t bcp2 aab p1 p4 p3 p5y xxy xxĪ½1 Ī½1Ī½2 [WSFM14]: Translation to DCDSs and ĀµLP veriļ¬cation. ā€“: Reset-Transfer Nets āŠ‚ Reset Post G-nets by Dufour et al. P0 a P1 P2 b P3 c P4 P2 P2 P2 [KR14]: ā€œLossyā€ correspondence with DCDSs. Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 19 / 26
  • 35. Attacking State-Boundedness These variants of Petri nets correspond to restricted classes of DCDSs with unary relations, limited use of negation, no or limited joins, . . . Big question 2 How to check/guarantee that a system is state-bounded? Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 20 / 26
  • 36. Attacking State-Boundedness These variants of Petri nets correspond to restricted classes of DCDSs with unary relations, limited use of negation, no or limited joins, . . . Big question 2 How to check/guarantee that a system is state-bounded? Strategy 1 Suļ¬ƒcient, syntactic conditions. Taking inspiration from conditions on chase termination for TGDs: ā€¢ Extract a data-ļ¬‚ow graph from the DCDS action speciļ¬cation. ā€¢ Check how data ļ¬‚ow through this graph. ā€¢ See [PODS13] and [KR14]. Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 20 / 26
  • 37. Attacking State-Boundedness These variants of Petri nets correspond to restricted classes of DCDSs with unary relations, limited use of negation, no or limited joins, . . . Big question 2 How to check/guarantee that a system is state-bounded? Strategy 1 Suļ¬ƒcient, syntactic conditions. Taking inspiration from conditions on chase termination for TGDs: ā€¢ Extract a data-ļ¬‚ow graph from the DCDS action speciļ¬cation. ā€¢ Check how data ļ¬‚ow through this graph. ā€¢ See [PODS13] and [KR14]. Strategy 2 State-boundedness by design. Design methodologies so as to guarantee state-boundedness. E.g., in [ICSOC13]: ā€¢ Processes are bound to evolving business objects (artifacts). ā€¢ Each business object manipulate boundedly many data. ā€¢ (New) business objects pick their names from a ļ¬xed pool of ids. Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 20 / 26
  • 38. Towards Controlled Unboundedness Observation: Parameterization in data-aware dynamic systems ā€¢ In classical process management . . . Central notion of case representing a process instance. ā€¢ In artifact-centric process management: Central notion of business object gluing data and behaviour together. ā€¢ New cases/objects often created by external stakeholders! Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 21 / 26
  • 39. Towards Controlled Unboundedness Observation: Parameterization in data-aware dynamic systems ā€¢ In classical process management . . . Central notion of case representing a process instance. ā€¢ In artifact-centric process management: Central notion of business object gluing data and behaviour together. ā€¢ New cases/objects often created by external stakeholders! Hence. . . No bound on the number of simultaneously active cases/objects. Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 21 / 26
  • 40. Towards Controlled Unboundedness Observation: Parameterization in data-aware dynamic systems ā€¢ In classical process management . . . Central notion of case representing a process instance. ā€¢ In artifact-centric process management: Central notion of business object gluing data and behaviour together. ā€¢ New cases/objects often created by external stakeholders! Hence. . . No bound on the number of simultaneously active cases/objects. But. . . State Group MarryM group state id id combatLevel group 12 out ā€¢ ā€¢ 12 76 pro null 4 in ā€¢ ā€¢ 4 ā€¢ ā€¢ 19 basic 4 431 running ā€¢ ā€¢ 431 ā€¢ ā€¢ 56 ok 431 . . . ā€¢ 3 basic 431 ā€¢ 98 ok 431 Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 21 / 26
  • 41. Towards Controlled Unboundedness Observation: Parameterization in data-aware dynamic systems ā€¢ In classical process management . . . Central notion of case representing a process instance. ā€¢ In artifact-centric process management: Central notion of business object gluing data and behaviour together. ā€¢ New cases/objects often created by external stakeholders! Hence. . . No bound on the number of simultaneously active cases/objects. But. . . State Group MarryM group state id id combatLevel group 12 out ā€¢ ā€¢ 12 76 pro null 4 in ā€¢ ā€¢ 4 ā€¢ ā€¢ 19 basic 4 431 running ā€¢ ā€¢ 431 ā€¢ ā€¢ 56 ok 431 . . . ā€¢ 3 basic 431 ā€¢ 98 ok 431 Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 21 / 26
  • 42. Towards Controlled Unboundedness In [CIKM14,Subm14] we formally capture the two notions of ā€œdata isolationā€ and ā€œrelative boundednessā€: ā€¢ Modelling guidelines for the data component and how the process component accesses to it. Restrictions 1. Queries must be navigational: no arbitrary access to relations. 2. 1-to-many relations require a number restriction on the ā€œmanyā€ side. 3. Each case cannot create a chain of tuples of unbounded lenght. 4. Cases can share tuples only in a controlled way. So as to avoid the construction of chains of cases. Key Decidability Result Veriļ¬cation of navigational ĀµLP properties on the unbounded system can be reduced to verifying a bounded number of cases/business objects! ā€¢ A sort of data-aware cutoļ¬€ technique. Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 22 / 26
  • 43. Towards Concrete Domains Ongoing work with Diego Calvanese and Giorgio Delzanno. What about concrete domains with speciļ¬c relations? E.g., ordered domains with >. ā€¢ Think about classical ticket-based coordination algorithms. How does this interact with state-boundedness? Some key insights: ā€¢ No hope to include the successor relation. 2 data slots are suļ¬ƒcient to encode two counters. ā€¢ OK to include dense linear orders. Thanks to state-boundedness: Rigid > relation Non-rigid GreaterThan relation over the entire domain āˆ’ā†’ over active domain elements. Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 23 / 26
  • 44. Conclusion ā€¢ Our work is grounded in real-world data-aware processes. ā€¢ State-boundedness provides the basis for robust conditions for decidability. ā€¢ Key idea: only ļ¬nitely many data are important per sĆØ, the others act as placeholders (cf. pure values). ā€¢ Complexity-wise: we are studying how the exponentiality in the data inherent in data-aware systems can be tamed, through a suitable modularization of the read-write data slots into independent portions. ā€¢ Parameterization currently works for boundedly many components simultaneously coexisting in the system, or by restricting their interaction through the data component. Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 24 / 26
  • 45. Relevant References 1/2 [PODS13] B. Bagheri Hariri, D. Calvanese, G. De Giacomo, A. Deutsch, M. Montali. Veriļ¬cation of relational data-centric dynamic systems with external services. 32nd Symp. on Principles of Database Systems (PODS). ACM Press, 2013. [PODS13b] D. Calvanese, G. De Giacomo, M. Montali. Foundations of data-aware process analysis: A database theory perspective. 32nd Symposium on Principles of Database Systems (PODS). ACM Press, 2013. [ICSOC13] D. Solomakhin, M. Montali, S. Tessaris, R. De Masellis. Veriļ¬cation of artifact-centric systems: Decidability and modeling issues. 11th Int. Conf. on Service Oriented Computing (ICSOC), v. 8274 of LNCS. Springer, 2013. [KR14] B. Bagheri Hariri, D. Calvanese, A. Deutsch, M. Montali. State-boundedness for decidability of veriļ¬cation in data-aware dynamic systems. 14th Int. Conf. on Principles of Knowledge Representation and Reasoning (KR). AAAI Press, 2014. Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 25 / 26
  • 46. Relevant References 2/2 [AAMAS14] M. Montali, D. Calvanese, G. De Giacomo. Veriļ¬cation of data-aware commitment-based multiagent systems. 13th Int. Conf. on Autonomous Agents and Multiagent Systems (AAMAS). IFAAMAS, 2014. [WSFM14] M. Montali, A. Rivkin. Formal Veriļ¬cation of Petri Nets with Names. 11th Int. WS on Web Services and Formal Methods (WS-FM). 2014, to appear. [CIKM14] D. Calvanese, M. Montali, M. Estanol, E. Teniente. Veriļ¬able UML Artifact-Centric Business Process Models. 23rd Int. Conf. on Information and Knowledge Management (CIKM). 2014, to appear. [Subm14] M. Montali, D. Calvanese. Soundness of data-aware, case-centric processes. 2014, submitted. Other works consider a description-logic knowledge base or an ontology-based data access system as the data component. ā€¢ See [RR12, ECAI12, JAIR13, IJCAI13, RR13, ICSOC13b]. Marco Montali (unibz) Data-Aware Dynamic Systems PV 2014 26 / 26