MSG Team's other articles

9811 Implications of Emerging Trends in Tourism for Developing Countries and Societies

Profitable Tourism and the Implications for Corporates and Societies It is a known fact that Tourism is a money spinner for any country that has abundant tourist destinations. The market for worldwide tourism runs into the Billions of Dollars and all nations are eager to grab as much market share as possible. Further, Tourism is […]

11720 Understanding Sigma Levels

What Is Sigma ? Sigma or standard deviation is a statistical measure of dispersion in data. It is a measure which uses the characteristic of past data to make judgements about how the process will perform in the future. If a given set of data has normal probability distribution then the number of defects that […]

9740 HR Metrics and Workforce Analysis

HR Metrics and Workforce analysis is a useful strategic tool for HR which shares information and evidences about the functioning of the entire system by relying on facts and figures, as opposed to mere assumptions or personal opinions. Over a period of time, the HR Metrics has evolved with the usage of more quantitative and […]

10729 The Problem with Antitrust Laws

During the 19th century, the robber barons were dominating the American economy. A handful of people had more wealth and power than the entire nation. It is for this reason that they would collude with each other to keep everyone else at bay. These robber barons were depriving everybody else of fair opportunity as a […]

12399 Measuring Process through Balanced Scorecards

The Harvard Business Review in 1992 took the business world by storm when Kaplan and Norton introduced the idea of balanced scorecard. They argued that even though strategic management was being pursued as an organization wide goal in companies worldwide, in effect they were doing a post-mortem of the business situation at hand. Measurement was […]

Search with tags

  • No tags available.

Using Gateways

Gateways can split your processes into multiple paths. This is because the path which the process will take at execution is based on conditions at execution. It cannot be defined while designing.

Gateways thus model all the options that the process has i.e. all the possible paths that can be taken by a process at execution. Here are the types of gateways and when to use them:

Gateway NameSymbolImplication
AND GatewayAn AND gateway, helps to execute parallel tasks. It diverts the workflow on all pathways that meet into or it or come out of it. For instance consider the making of a car. There are certain tasks which can be executed in parallel and this will save time. Use an AND gateway to model such tasks in your Process model
OR GatewayAn OR gateway will allow one or more routings based on certain pre-defined criteria. For instance, if your customer is taking the car along with the service contract, then the OR gateway will make both paths active.

But if the customer is taking only the service warranty or only the car, only one of the process paths will become active.

Use the OR split when you are not sure about how many paths the process will need to take from the gateway when it is executed.

XOR GatewayAn XOR gateway is one which allows the process to take one and only one of the paths that come in it or go out of it. This should be done when the process will move along one of the many paths based on certain conditions.

For instance, a candidate appearing for an interview can be selected or rejected but not both. Hence use the XOR gateway and define both selection and rejection paths. Based on the input selected or rejected, the process-flow will be diverted to one but not all of the relevant paths.

BPM Notations - Events

EventSymbolImplication
Start EventThe start event signals a process to start. Each process can have one and only one start event. It can be manual, automatic (timer based) or message based.
End EventAn end event completes the process. A process can have multiple end events. This is denoted with a start event having a shading along its circumference.
Intermediate EventAn intermediate event is any event that takes place between the start and end of the process
Message EventMessage events are meant to increase the co-ordination between different processes. A message event starts a series of steps in the current process based on a message it has received from outside the process.

For instance, the purchasing process should be started after it receives a message from the store. In this case, the store is supposed to pass on information to begin a process.

The messages can be automated to ensure that the execution takes place on time and as desired.

Timer EventTimer events are useful control procedures. They initiate a series of steps automatically based on the time which has elapsed after an activity has been performed/ not performed.

The primary use of these events is to provide the customer with service levels i.e. customer can expect a repair mechanic to reach them within 24 hours.

They then notify the management is there has been no preparation to send the mechanic after let’s say 16 hours.

A single timer event can have multiple escalation paths. For example:

16-18 hours: Project Manager
18-20 hours: Delivery Manager
20-22 hours: Service Delivery Lead

Hence the escalation goes on till higher and higher levels till it gets executed. There are therefore no chances of material information being withheld since a program has been written to escalate it automatically.

Ad-Hoc EventAd-hoc events are events which have no defined time. These are initiated by users with requisite level of access at any time within the execution of a process. Termination of a customer order is one such process. If the customer wants to cancel an order, the process must be capable of handling these events.

An ad-hoc event is initiated by an authorised user in the middle of the process to trigger a series of actions that replace the original flow of process. For instance a termination of an order starts the cancellation formalities and refund process and stops the processing of an order.

Ad-hoc events may have defined users or a group of users. This is usually the management or the supervisory level of users.

Ad-hoc events can be based on internal needs, for instance ad-hoc reports or external needs such as the one mentioned above.


Article Written by

MSG Team

An insightful writer passionate about sharing expertise, trends, and tips, dedicated to inspiring and informing readers through engaging and thoughtful content.

Leave a reply

Your email address will not be published. Required fields are marked *

Related Articles

Control Based Processes

MSG Team

Continuous Improvement and Business Process Re-Engineering

MSG Team

Components of a Process

MSG Team