<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Event-Based Decision Management in Compliance Management - A Discussion Paper</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>ARIS Research</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>IDS Scheer AG</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Altenkesseler Str.</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Saarbrücken</string-name>
        </contrib>
      </contrib-group>
      <abstract>
        <p>Compliance is a critical enterprise management concern, particularly in business process-oriented organizations. We introduce an event ontology part of a policy and rules ontology for compliance modeling and enforcement. The policy and rules ontology is able to take decisions depending on the state of an enterprise model. In our work, events are used to support modeling complex decision-making patterns and propagation. We present an ontology for modeling events for compliance policies and rules and discuss its use in our compliance management framework.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction</title>
      <p>
        Compliance management has been identified as one core topic of research for making
business process management (BPM) the enabler for more reliability and business
sustainability. In [
        <xref ref-type="bibr" rid="ref1 ref5">1</xref>
        ], we motivated the need for compliance management in BPM and
motivated the use of policies and rules for compliance modeling and enforcement. A
framework for compliance management in BPM was introduced and its architecture
discussed. In [
        <xref ref-type="bibr" rid="ref2 ref6">2</xref>
        ], we explained how using policies and rules together with domain
policies can be used for modeling compliance. In modeling compliance policies and
rules, events play an important role. In our framework, policies are used for modeling
decisions and rules encompass the logic attached to making these decisions,
depending on the context of policy enforcement. Rules are also responsible for
deciding which actions need to be taken and by which entity under jurisdiction of a
policy. However, modeling decisions is still made hard for the class of decisions
which cannot be directly executed by a rule directly linked to a policy (simple
decisions). The other class of decisions, called complex decisions, may request calling
several rules not directly linked to the decision-making policy or may require
propagating a decision to other dependent rules for further processing.
      </p>
      <p>In our approach, we separate between decision-making and action-taking.
Decisions can request other rules to make other decisions and/or request a responsible
entity to execute some action (fig 1). Our goal is to allow modeling complex
decisionmaking by using events as a mean of linking decision-making units (business rules) to
other decision-making units as in figure 1. In the following, we motivate this use of
events by giving an use case scenario and explain our approach to realizing this. We
then show how our approach integrates in the SUPER semantic BPM (SBPM)
framework and then conclude our proposal.</p>
      <p>Policy</p>
      <p>AND
Rule
Action
…
AND</p>
      <p>Complex
Decision Logical Operator</p>
      <p>for Complex
decision Decision</p>
      <p>Propagate</p>
      <p>Decision</p>
      <p>AND</p>
      <p>Fig1.: Decision-Making Tree: Policies, Rules, decisions, Actions.
2 Event Management in a Compliance Framework</p>
      <p>Let us take the example of a security rule for intrusion detection. A system is under
jurisdiction of a security policy P. As individual I accesses a resource of system S, an
intrusion detection rule (called IDR) fires and (using certain intrusion detection logic
provided by a security rule) decides that I is an intruder. Another rule (called NF),
which decides which person should be notified about this intrusion and another rule
(called IDP), which decides on further actions that need to be made depending on the
resource accessed by the intruder should also fire. Rules IDP and NF are dependent
on rule IDR. Using events, we can easily link rule IDR to the NF and IDP rules. This
can be done by making rule IDR generate a well defined event and subscribing rules
NF and IDP (configuring NF and IDP to listen) to this event. The event carries among
other information the ID of the rule that has fired it and the protected resource being
accessed. Events become thus the link that provides declarative automation in
modeling complex decision-making in our compliance framework. We think that this
idea can be easily generated to all rule frameworks for modeling complex decisions.</p>
      <p>
        In [
        <xref ref-type="bibr" rid="ref3 ref7">3</xref>
        ], a survey of event-driven architecture (EDA) is given that also proposes
event modeling for reacting to situations and making decisions. Here, formal
modeling of situations is used, while we rely on enterprise model state-based context
definition from our compliance framework [
        <xref ref-type="bibr" rid="ref1 ref5">1</xref>
        ]. In [
        <xref ref-type="bibr" rid="ref4 ref8">4</xref>
        ], the authors propose a logic
based formalism for modeling events in an EDA. Both works recognize the same
issues as we do. Next, we introduce a core ontology for modeling events for policies
and rules (BPREO) of the compliance framework (fig. 2). Central concepts are the
rule and policy concepts. Policies are used to model compliance measures and rules
contain the necessary logic for enforcing these policies. A policy acts on a subject
which itself can occur in a business process (e.g. artifact such as BP activity), or can
be any type of resource (e.g. role individual or network printer) supported by the
policy. Subjects have states and belong to an event scope, which is the set of subjects
which can produce/be influenced by this event. For example, a resource access event
is fired when the state of a resource changes from unaccessed to accessed. Rules and
policies also belong to a logical event scope, which is the set of policies and rules
Event-Based Decision Management in Compliance Management - A Discussion Paper
which can trigger or are activated (policy)/invoked (rule) by this event. The input
event type is used by rules as an invocation input and transports information
necessary for the rule to correctly execute. The output event type is used as a mean to
communicate to the compliance framework information about rule execution and
transports instructions on how to further conduct the process initiated by the policy
having been activated.
      </p>
      <p>OR XOR NOT
+
containsComplexEvent *
+
*
EventPattern</p>
      <p>LogicalOperator
* usesOperator *</p>
      <p>*
*
ComplexEvent
EventStream
1..*</p>
      <p>definesStream
1
EventCorrelation
definesEvent</p>
      <p>EventExpression</p>
      <p>0..1
* containsEvent
Generalization
isA</p>
      <p>includesEvent</p>
      <p>
        Even*t * *
* +TriggeredByRule: Rule[
        <xref ref-type="bibr" rid="ref1 ref5">1</xref>
        ] 1..* 1
+TriggeredByPolicy: Policy[
        <xref ref-type="bibr" rid="ref1 ref5">1</xref>
        ] +* changeState
+FiresEvents: List[
        <xref ref-type="bibr" rid="ref1 ref5">1</xref>
        ]
++TErvigegnteCrsaRteugleo:ryR:uSletr[i*n]g[
        <xref ref-type="bibr" rid="ref1 ref5">1</xref>
        ] *
isA
      </p>
      <p>isA
Input Event</p>
      <p>Output Event</p>
      <p>TriggeredBy</p>
      <p>GenerateEvent</p>
      <p>*
EventScope
1
hasEventScope</p>
      <p>ProcessModel</p>
      <p>hasLogicalScope
State
*
activatedByState
*
1</p>
      <p>
        *
definesState
policyActsOn
* Polic*y
+* ++IPsoImlicpyleIDm[e1n]ted [
        <xref ref-type="bibr" rid="ref1 ref5">1</xref>
        ]
belongsToEventScope
occursIn *
      </p>
      <p>Subject
*</p>
      <p>*
EventLogicScope
* *
1
*
*
Rule
*</p>
      <p>* *
hasPolicyRule belongsToPolicyEventScope
belongsToRuleEventScope</p>
      <p>Fig 2. A Core Event Ontology for the Business Policy and Rules Ontology.</p>
      <p>An event can itself fire other events if necessary. An event can be itself
implemented as one of two types: (i) Complex Events and (ii) Event Streams. These
both approaches to event processing are identified and implemented by existing major
complex event processing (CEP) solutions. Events can be event expressions which
combine atomic events in logical events using Boolean operators (AND, OR, NOT,
XOR) to express complex events. We give in that simply using Boolean operators for
complex events is not expressive enough. First of all, complex events may be defined
not only using event occurrences (e.g. Ev1 AND (Ev2 OR Ev3)) but also using
metadata transported by these events (e.g. Ev1.Att1 == Value1 AND Ev2.Att2 ==
Value2). Complex events could thus be a combination of event occurrences and rules
expressed on the state of the system modeled using event meta-data. This shows the
high inter-dependency between events and rules, as events are used to model complex
business decisions, and other rules are used to model complex events. Secondly a
complex event could be itself a tree of logical expression of events, with each event
being at the same time an event and a node that has a sub-tree of events attached to it.
This view maps directly to fig. 1 where decision nodes could at the same time be
business rule invocation and a call to some action taking entity. This means that the
decision-making tree example given in fig. 1 could be implemented using a complex
event in the form of an event tree, with rules attached to each node that contain policy
enforcement logic. Each node in the tree is actually a Boolean expression of the
events in its sub-tree. Event patterns form reusable sets of complex events expressed
in generic way, possibly using place-holders for both event types in Boolean event
expressions and rules on event meta-data, as well as pre-defined event trees.</p>
      <p>Another way of modeling events would be event stream processing (ESP). The
STREAM1 system tackles just this issue (more fundamentally for data streams) and
the open source ESPER2 tool provides CEP/ESP functionalities. ESP engines rely on
modeling correlations patterns between singletons in an event stream and offer a
query language3 for identifying patterns (logical and temporal constraints). BPM and
Middleware vendors also incorporate tools for CEP such as ARIS Process Event
Monitor4 or TIBCO Business Events5. Our core ontology needs to interface with such
systems in order to be able to process complex events as far as event processing
doesn’t require it to be done on a formal semantic level. This question will be
evaluated in future works where we will design an architecture for event-based
decision-making for compliance management, together with the problem of
serializing policy and rule ontology events in formats processable by CEP and ESP
tools. Another interrogation of ours is how to combine our event ontology with the
SUPER EVO ontology of events for business process analysis (BPA). As
policybased compliance controlling (monitoring and analysis) is one component of our
compliance framework, we will attempt using events for logging relevant information
for later analysis purposes or even real-time compliance analysis.</p>
    </sec>
    <sec id="sec-2">
      <title>3 Conclusion References</title>
      <p>We devised a core event ontology for supporting policy-based decision management,
for use in compliance management. We will next seek to design an architecture for
modeling compliance policies using complex event processing, and integrate this
architecture in the SUPER platform for semantic business process management.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <given-names>El</given-names>
            <surname>Kharbili</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ;
            <surname>Stein</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ;
            <surname>Markovic</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I.</given-names>
            &amp;
            <surname>Pulvermüller</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Towards</surname>
          </string-name>
          <article-title>a Framework for Semantic Business Process Compliance Management</article-title>
          .
          <source>In Proceedings of the workshop on Governance, Risk and Compliance for Information Systems</source>
          ,
          <year>June 2008</year>
          (pp.
          <fpage>1</fpage>
          -
          <lpage>15</lpage>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <given-names>El</given-names>
            <surname>Kharbili</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ;
            <surname>Stein</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ;
            <surname>Markovic</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I.</given-names>
            &amp;
            <surname>Pulvermüller</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E. Towards</given-names>
            <surname>Policy-Powered Semantic Enterprise Compliance</surname>
          </string-name>
          <article-title>Management</article-title>
          .
          <source>In 3rd International Workshop on Semantic Business Process Management</source>
          (pp.
          <fpage>16</fpage>
          -
          <lpage>21</lpage>
          ),
          <year>June 2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Kay-Uwe</surname>
            <given-names>Schmidt</given-names>
          </string-name>
          , Darko Anicic, and Roland Stühmer:
          <article-title>Event-driven Reactivity: A Survey and Requirements Analysis</article-title>
          .
          <source>In 3rd International Workshop on Semantic Business Process Management</source>
          (pp.
          <fpage>72</fpage>
          -
          <lpage>86</lpage>
          )
          <year>June 2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Stojanovic N Anicic D.</surname>
          </string-name>
          <article-title>Towards creation of logical framework for event-driven information systems</article-title>
          .
          <source>In: 10th International Conference on Enterprise Information Systems</source>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <article-title>1 Stanford's STREAM project</article-title>
          : http://infolab.stanford.edu/stream/
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>2 http://esper.codehaus.org/</mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          3
          <string-name>
            <given-names>Continuous</given-names>
            <surname>Query</surname>
          </string-name>
          <article-title>Language (CQL) from STREAM and Event Query and Causality Pattern Language from ESPER</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <article-title>4 www.ids-scheer</article-title>
          .com/en/ARIS/ARIS_Software/ARIS_Process_Event_Monitor/73867.html
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>5 http://www.tibco.com/software/complex_event_processing/businessevents/default.jsp</mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>