Profile picture for user rbaureis

In my last post, I showed you how process modelling works by visualizing cooking recipes.

Of course, I haven´t modelled straight on, but I had to follow some "basic rules of EPC modelling".

Therefore, I show you today which basic rules exist.

 

 

 

 

 

 

 

 

 

 

 

ARIS Express Activity and Event

 

An Activity (or Function) describes an incidental task that typically consumes time and resources. Therefore, it is an active component and has decision-making authority.

 

 

An Event describes, in accordance with DIN 69900, an occurred defined condition that causes a sequence of activities. Therefore the event is a passive component and may have no function in contrast to the decision-making authority. Events can trigger functions. Functions are triggered by events. Events describe an occurring condition.

 

Short overview of Rules

Generally, you start with an Event, if you model an EPC.

A number of Activities can follow an Event. In the past, it was said, that Events and Activities must alternate. This leads to very long process models with a lot of trivia events. Therefore, we suggest today to only add an event, if an important state change needs to be documented.

Recommendation, when using Events:

  • at the beginning of the process or after start-process interfaces
  • at the end of the process or before the end of process interfaces
  • Decision events by XOR or OR connectors
  • for important events, for example Milestones in project

 

Activities or Events must not have more than one outgoing or incoming Connection.

The control flow of the process is modelled using Rules (gateways).See afterwards, which Rules exist.

Rules can be used as follows:

  • Of exactly one ingoing Connection follow a number of outgoing Connections (SPLIT).
  • Of a number of ingoing Connections follow exactly one outgoing Connection (JOIN)

A sequence of Rules is possible.

An EPC is generally closed with the same operator like it was opened.

You end the EPC with an Event.

 

Logical operators

In an EPC you can use following Rules:

SPLIT: The processing steps that follow the rule occur in parallel and have to be performed.

JOIN: All processing steps for incoming connections must be completed so that the processing steps that follow the rule can be performed.

 

SPLIT: Exactly one of the following rule processing steps must be executed.

JOIN: Only one of the processing steps for incoming connections may be completed so that the processing steps that follow the rule can be performed.

 

SPLIT: At least one of the following rule processing steps (or even several or all processing steps) must be performed.

JOIN: At least one processing step (or even several or all processing steps) must be completed, whereupon the processing steps that follow the rule can be performed.

 

For logic operations between Events and Activities, there are special rules, which are shown in the ARIS Express model attached to this post. For your convenience, I also added a screenshot of the rules below:

I put this summary of the rules next to my monitor while modelling. It helps me a lot. I hope it helps you, too! So long, have fun modelling till my next post.

by Mitesh Kumar
Posted on Thu, 03/25/2010 - 10:53

Thanks Ramona. That was insightful as I am new to ARIS and BPM.

What are the rules applicable for connectors- where do they converge to & diverge from typically

 

 

 

 

0
by Rudi Frye
Posted on Sat, 05/15/2010 - 19:19

Very helpful!

0
by Geraldo Xexeo
Posted on Fri, 06/11/2010 - 19:06

Hi Ramona,

  I am very interested in the semantic of OR connectors. I can´t see (and I am backed by some authors) how can a OR really exists in a enterprise, since there will be no control of what actually happens and how long one would have to wait.

  BTW, languages such as Activity Diagram (UML) have OR.

  Can you provide example where this would be useful and make sence in real world?

Thanks,

Jerry

0
by Sebastian Stein
Posted on Tue, 06/15/2010 - 17:19

Hi Geraldo,

there has always been a lot debate around OR. You could use an OR and attach a document to it explaining the decision in more details. Also, you can model that the decision must be taken by a manager and that he must document his decision.

0
by Geraldo Xexeo
Posted on Tue, 06/15/2010 - 18:22

First, I want to correct myself. I wanted to say that some languages DO NOT have or (such as UML´s DA).

By your explanation, it seems that the OR is useful to register decisions that cannot be fully anticipated as a composition of AND and XOR.

In this way, the exigence of documentation is definitive.

Jerry

0
by Adarsh bhat
Posted on Wed, 02/09/2011 - 18:28

That was good insight. However i got a doubt that while using AND connector it is necessary that it should be followed by an event or it can be connected directly to the function.

0
by Aleksandra Radzishevskaya
Posted on Wed, 03/23/2011 - 07:48

Dear Ramona, could you please tell the name of the source from which you have taken these screenshots and give the link if it is in open access?

0
by Sebastian Stein
Posted on Wed, 03/23/2011 - 08:40

She created the figures on her own. But the basic rules of EPC modelling are for example documented in:

author="Scheer, A.-W. and Thomas, O. and Adam, O.",
title="Process Modelling Using Event-Driven Process Chains",
year="2005",
booktitle="Process-Aware Information Systems",
editor="Dumas, M. and van der Aalst, W. M. P. and ter Hofstede, A. H. M.",
address="Hoboken, New Jersey, USA",
publisher="Wiley",
pages="119--146"

 

0
by Sinem Özer
Posted on Wed, 08/03/2011 - 13:21

Hi,

 It is possible to place attribute connection one by one but it takes much time.

Is there easy way to show attribute names of connections on the complete EPC model?

Regards,

0
by Jeffrey Menard
Posted on Sun, 01/29/2012 - 19:36

Hello Ramona,

I have been doing ARIS training for different groups within our enterprise over the past 6 months (introducing EPC methodology, etc.) and I keep getting a common question from each group:

"Why do you have to follow every function/activity with an event...it seems odd and redundant?"

Some take the Event- Activity- Event -Activity alternating flow at face value and proceed.

Others do not.

All see the need for an event to start and end a process, but many take exception to having to close each function/activity with an event.

 

It seems redundant to them, and is proving to be a barrier for adoption of EPC's in general even though the toolset doesn't hold you to this.

Do you have an answer to this question? The information that you provided above is a good start, but I wanted to know if there is a simplified answer that I can use as I introduce this material to new users of the tool.

 

0
by Mariana Mitevska
Posted on Wed, 07/18/2012 - 10:04

Hello,

Since "A number of Activities can follow an Event" I am wondering whether two functions could be linked via a logical operator ('AND') and followed by a common function, instead of common event. Sometime there is no suitable event that could be put after a function in order to merge two branches into one function.

What do you think about that?

0
by QIULU HAN
Posted on Thu, 06/25/2015 - 12:02

hello, could you tell me how to use OR in the blow picture in ARIS 7.1.Thanks for your help.

File attachments
0
by Eder Dorneles
Posted on Mon, 04/27/2020 - 20:01

In reply to by qiuluhan

HI, this ist when 2 events trigger an activity :

Even1: raining

Event2: not raining

Activity: i will go to the beach

 

then, I can add  many previous activities just after the event1 or 2: close windows, close doors, pick car keys, take my umbrellas or not - and so on 

0
by Eder Dorneles
Posted on Mon, 04/27/2020 - 20:01

HI, this ist when 2 events trigger an activity :

Even1: raining

Event2: not raining

Activity: i will go to the beach

 

then, I can add  many previous activities just after the event1 or 2: close windows, close doors, pick car keys, take my umbrellas or not - and so on 

0

Featured achievement

Rookie
Say hello to the ARIS Community! Personalize your community experience by following forums or tags, liking a post or uploading a profile picture.
Recent Unlocks

Leaderboard

|
icon-arrow-down icon-arrow-cerulean-left icon-arrow-cerulean-right icon-arrow-down icon-arrow-left icon-arrow-right icon-arrow icon-back icon-close icon-comments icon-correct-answer icon-tick icon-download icon-facebook icon-flag icon-google-plus icon-hamburger icon-in icon-info icon-instagram icon-login-true icon-login icon-mail-notification icon-mail icon-mortarboard icon-newsletter icon-notification icon-pinterest icon-plus icon-rss icon-search icon-share icon-shield icon-snapchat icon-star icon-tutorials icon-twitter icon-universities icon-videos icon-views icon-whatsapp icon-xing icon-youtube icon-jobs icon-heart icon-heart2 aris-express bpm-glossary help-intro help-design Process_Mining_Icon help-publishing help-administration help-dashboarding help-archive help-risk icon-knowledge icon-question icon-events icon-message icon-more icon-pencil forum-icon icon-lock