<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>BPM Research &#187; modeling</title>
	<atom:link href="http://www.bpm-research.com/category/modeling/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bpm-research.com</link>
	<description>Standards, Research &#38; Innovation around Business Process Management and Workflow</description>
	<lastBuildDate>Wed, 24 Feb 2010 17:54:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Primitives and the BPMN DoDAF Subset</title>
		<link>http://www.bpm-research.com/2010/02/03/primitives-and-the-bpmn-dodaf-subset/</link>
		<comments>http://www.bpm-research.com/2010/02/03/primitives-and-the-bpmn-dodaf-subset/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 20:48:19 +0000</pubDate>
		<dc:creator>Michael zur Muehlen</dc:creator>
				<category><![CDATA[BPM]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[modeling]]></category>
		<category><![CDATA[BPMN]]></category>

		<guid isPermaLink="false">http://www.bpm-research.com/?p=99</guid>
		<description><![CDATA[Robert Shapiro gave a presentation on the state of BPMN 2.0 today and Sandy Kemsley is providing her usual, excellent coverage here. One of the new features in BPMN 2.0 are four different subclasses of BPMN that reduce the number of modeling constructs to cater for different modeling purposes and levels of sophistication. One of [...]]]></description>
			<content:encoded><![CDATA[<p>Robert Shapiro gave a <a href="http://wfmc.org/index.php?option=com_civicrm&amp;view=Events&amp;layout=register&amp;Itemid=158">presentation on the state of BPMN 2.0</a> today and Sandy Kemsley is providing her usual, excellent coverage <a href="http://www.column2.com/2010/02/bpmn-2-0-industry-update/">here</a>. One of the new features in BPMN 2.0 are four different subclasses of BPMN that reduce the number of modeling constructs to cater for different modeling purposes and levels of sophistication. One of these four classes is dubbed the DoDAF conformance class. Which prompts Sandy to raise the question:</p>
<blockquote><p>Also not sure why the US DoD’s enterprise architecture standard is impacting what is supposed to be an international standard</p></blockquote>
<p>I want to give some background on the DoDAF conformance class, and how it came about, since I wrote most of the DoD document (the initial release is available <a href="http://www.bta.mil/products/BEA_6.2/BEA/products/2009-04-27%20Primitives%20Guidelines%20for%20Business%20Process%20Models%20(DoDAF%20OV-6c).pdf">here</a>, if you are interested in a more recent version please email me).</p>
<h3>Background</h3>
<p>Large-scale system descriptions for government projects have to be delivered in views the follow either the DoD Architecture Framework or the Federal Enterprise Architecture Framework (FEAF).  The DoD Architecture Framework (DoDAF) in its original form didn&#8217;t even contain a view for modeling processes, because it was closely designed with UML views in mind. Recently people have taken to using the Event-Trace-Description view (called OV-6c technically) and populated it with process models. Process modeling is increasingly important in the government space, but there is a large variety of approaches that people employ, and frameworks like DoDAF are not prescriptive in terms of how their individual views should be populated, i.e. which methods people should use. That leads to the situation that people use IDEF, BPMN, FlowCharts, and all claim to be DoDAF-compliant.</p>
<h3>The Primitives Project</h3>
<p>In May 2008 a project was launched by the CTO and Chief Architect of the Business Mission Area to address three points</p>
<ol>
<li>How can the DoD enforce a consistent representation of architecture descriptions (i.e. how can we ensure the diagrams created by different modelers will look similar)</li>
<li>How can the DoD leverage existing standards for architecture descriptions (i.e. we didn&#8217;t want to invent a new notation)</li>
<li>How can the DoD enforce that the resulting models are interchangeable between platforms (i.e. how do we create process model portability)</li>
</ol>
<p><span id="more-99"></span>Pretty much from the get-go we determined that BPMN was the graphical standard for process modeling that the DoD would settle on. It was already in use in different projects, there is a broad base of tool-support, and an increasing knowledge base of modelers that are conversant in BPMN. Moreover, BPMN provides excellent support for cross-organizational process modeling and the handling of events, making it preferable to using IDEF0 or UML Activity Diagrams.</p>
<h3>Not all BPMN models are created equal</h3>
<p>Even if modelers all use the same notation (BPMN), there are different ways to express the same semantics. One particular example is the conditional sequence flow element in BPMN &#8211; you can model a split using an exclusive or inclusive OR gateway, or you can express the same semantics using conditional sequence flow elements. The example below shows two process fragments that are semantically equivalent, but the casual reader would have to read the transition conditions for the conditional sequence flow example on the right to determine whether this is an exclusive or inclusive OR split. The gateway on the left signals this semantic through the use of the X symbol.</p>
<div id="attachment_100" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.bpm-research.com/wp-content/uploads/2010/02/Gateway-Example.jpg"><img class="size-medium wp-image-100" title="Implicit and Explicit Gateways in BPMN" src="http://www.bpm-research.com/wp-content/uploads/2010/02/Gateway-Example-300x95.jpg" alt="Implicit and Explicit Gateways in BPMN" width="300" height="95" /></a><p class="wp-caption-text">Implicit and Explicit Gateways in BPMN</p></div>
<p>In previous research Jan Recker and I had looked at the<a href="http://www.bpm-research.com/2008/03/03/how-much-bpmn-do-you-need/"> uptake of BPMN in practice</a>, and found that there were some language elements that were rarely used in the models we analyzed. Thus we started to tailor the set of BPMN constructs that we thought were sufficient to model processes at the requirements engineering level (the DoDAF OV-6c), and the systems engineering level (the DoDAF SvcV-10c and SV-10c). This led us to a first cut of &#8220;BPMN primitives&#8221;, but we needed to validate it. So we used the BPMN subset in the documentation of various processes within the Department of Defense, from the Business side (hiring people, paying suppliers, managing property etc.) to the Warfighter side (performing close air support missions). We also sent the specification to a number of individuals outside the DoD that provided feedback, and we presented it to a number of BPM vendors for their input.</p>
<h3>BPMN meets patterns</h3>
<p>It quickly became clear that if you want to ensure consistent modeling practices you need more than just a restricted set of the BPMN syntax &#8211; you need to provide guidance on how to apply the modeling elements in practice. Thankfully, Artur ter Hofstede and Wil van der Aalst provided a great foundation for this in form of their <a href="http://www.workflowpatterns.com/">workflow patterns</a> work. We adopted as many of these patterns as we thought feasible, and they became a mandatory part of the BPMN primitives specification. But beyond the elementary patterns (e.g., how do I model a process split?) we found that there were recurring situations with specific semantics &#8211; reviewing and approving a document, collaboration between two parties, voting on an issue etc. These were captured in a high-level pattern catalog that is meant to be extensible, work that is currently ongoing.</p>
<h3>Beyond Modeling &#8211; Model Execution and Exchange</h3>
<p>The final question we are after relates to the exchange of models between platforms (e.g. to take a model from an architecture tool to an execution platform). It is clear that not every vendor will support the full set of BPMN 2.0 constructs. The most frequent explanation from execution-level vendors (i.e. BPMS vendors) is that they don&#8217;t want you to model what they can&#8217;t execute. So if an execution engine cannot interpret a non-aborting attached timer event then its development environment will most likely not contain that symbol. But that doesn&#8217;t mean we are not pushing the vendors to extend their systems in this direction, and since the US federal government is a rather significant technology buyer having the BPMN primitives as a guide in terms of what BPMN support is expected should provide clarity for vendors that are working on their development roadmaps.</p>
<h3>BPMN Primitives and the BPMN 2.0 Standardization Effort</h3>
<p>A vendor that currently supports just a subset of BPMN has little guidance which elements <em>should</em> be supported in the future &#8211; in BPMN 1.0 through 1.2 there was just a core set and the full set of the language, and a big gap in the middle. In BPMN 2.0 there will be more milestones that a vendor can target: Simple, Descriptive, DoDAF and Full. There still is a big gap between the Descriptive and the Full subclasses, and there was debate within the OMG and with interested parties on the outside how a suitable subclass could be introduced between Descriptive and Full. That&#8217;s where the DoDAF BPMN Subset (i.e. the primitives) comes in &#8211; it is a user-driven, practically validated subset of BPMN that ensures a high level of expressiveness, while leaving out many of the constructs that can either lead to inconsistent representations for the same semantics or that are so technical that the vast majority of IS and systems engineers will not miss them. It is a yardstick for vendors that may still have gaps in their own coverage of BPMN constructs and it gives members of the training community a target set for higher-level BPMN certifications.</p>
<p>So there you have it &#8211; history and rationale for the DoDAF subclass in the draft BPMN 2.0 spec. Whether the DoDAF name is a wise choice for the standard spec I don&#8217;t know, Sandy certainly raises a valid question. But in terms of content I am very confident that its applicability goes way beyond the confines of the Pentagon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bpm-research.com/2010/02/03/primitives-and-the-bpmn-dodaf-subset/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SOA Symposium in Washington, D.C. April 2-3</title>
		<link>http://www.bpm-research.com/2009/03/05/soa-symposium-in-washington-dc-april-2-3/</link>
		<comments>http://www.bpm-research.com/2009/03/05/soa-symposium-in-washington-dc-april-2-3/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 15:31:36 +0000</pubDate>
		<dc:creator>Michael zur Muehlen</dc:creator>
				<category><![CDATA[Presentation]]></category>
		<category><![CDATA[Risk]]></category>
		<category><![CDATA[SOA]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[modeling]]></category>
		<category><![CDATA[Symposium]]></category>
		<category><![CDATA[Washington]]></category>

		<guid isPermaLink="false">http://www.bpm-research.com/?p=68</guid>
		<description><![CDATA[For the past few weeks I&#8217;ve been heavily involved in the organization of a SOA symposium to be held at the FDIC building in Washington, D.C. on April 2nd and 3rd. The event brings together experts from industry, government, and academia &#8211; attendees will be able to hear about case studies of SOA in practice, [...]]]></description>
			<content:encoded><![CDATA[<p>For the past few weeks I&#8217;ve been heavily involved in the organization of a SOA symposium to be held at the FDIC building in Washington, D.C. on April 2nd and 3rd. The event brings together experts from industry, government, and academia &#8211; attendees will be able to hear about case studies of SOA in practice, leading research, and technology innovations. The agenda promises a great event &#8211; 27 speakers covering design, technology, governance and people issues in 2 days, book signings, and a seminar on the Speed of Thought by Stephen R.M. Covey. Keynotes include Dennis Wisnosky (U.S. Department of Defense), Thomas Erl (SOASchool.com), Sandy Carter (IBM), and Paul Strassman (Information Economics Press). The event is a great value at $250 for the 2 day event (for industry participants, government representatives have free access). Take a look at <a href="http://www.soasymposium.com" target="_blank">www.soasymposium.com</a> for the details and registration, or download the flyer below for a one-page summary.</p>
<p><a href="http://www.bpm-research.com/wp-content/uploads/2009/03/soa-symposium-invitation.pdf">SOA Symposium 2009 Invitation</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bpm-research.com/2009/03/05/soa-symposium-in-washington-dc-april-2-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Who is at fault &#8211; the language or the speaker?</title>
		<link>http://www.bpm-research.com/2008/03/10/who-is-at-fault-the-language-or-the-speaker/</link>
		<comments>http://www.bpm-research.com/2008/03/10/who-is-at-fault-the-language-or-the-speaker/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 13:22:18 +0000</pubDate>
		<dc:creator>Michael zur Muehlen</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[modeling]]></category>
		<category><![CDATA[BPMN]]></category>
		<category><![CDATA[practice]]></category>
		<category><![CDATA[usage]]></category>

		<guid isPermaLink="false">http://www.bpm-research.com/2008/03/10/who-is-at-fault-the-language-or-the-speaker/</guid>
		<description><![CDATA[As researchers, Jan Recker and I find it challenging to strike a balance between our efforts to meet the academic standards required by the wider research community and the demands regarding accessibility, relevance, timeliness and appropriateness instilled by the wider practitioner communities. We were happy to find that our blogging about research results inspires the [...]]]></description>
			<content:encoded><![CDATA[<p>As researchers, Jan Recker and I find it challenging to strike a balance between our efforts to meet the academic standards required by the wider research community and the demands regarding accessibility, relevance, timeliness and appropriateness instilled by the wider practitioner communities. We were happy to find that our blogging about research results inspires the BPM community to not only to take an interest in our research but also to critically assess this work and to post replies to it. We find this most welcome.</p>
<p>Our previous post on the frequency of BPMN construct usage has generated a <a href="http://www.brsilver.com/wordpress/2008/03/09/on-how-much-bpmn-do-you-need/">passionate response by Bruce Silver</a> who we know and respect as a very active contributor not only to BPM blogging in general but also to BPMN education and application specifically. Bruce makes many good points in his post and raises a number of interesting challenges. However, on some accounts we disagree with a number of the inferences he draws, so we want to clarify some aspects of our original post.</p>
<p>First of all, the paper and post are the result of a joint research effort between <a href="http://sky.fit.qut.edu.au/~recker/">Jan Recker</a> (<a href="http://www.bpm.fit.qut.edu.au/">QUT Brisbane</a>) and <a href="http://www.bpm-research.com/about/">myself</a> (<a href="http://www.stevens.edu/bpm">Stevens Institute of Technology</a>), which we have stated. Jan and I started working together due to the complementary nature of our interests &#8211; standards in BPM (myself) and practical usage of modeling methods (Jan). Our study has been motivated by the fact that we know so very little about how standards such as BPMN are actually used &#8211; as opposed to what vendors, consultants and trainers think how they should be (or might be) used. &#8211; and this is what we try to explore and understand. The post and the related study are but one snapshot of our combined research. Agree with our results or not, but please give credit where credit is due. Jan is one of the most prolific researchers on BPMN; and it would be unfair to ignore his substantial contribution to this research.</p>
<p>We have outlined our research method in great detail in the full version of the BPMN paper, the PDF of which has been linked to from the original post. If you missed it, <a href="http://www.bpm-research.com/download/papers/MIZU.JARE-BPMN-CAiSE-2008.pdf">click here</a>. Of course, we could have written a great deal more about the mode of analysis, but let&#8217;s be frank: how many blog readers would want to see this information in the post? (let us know if you do!) And for those of you taking an interest in research methods &#8211; both Jan and myself are more than happy to discuss the ways in which academic research is conducted. More than welcome.</p>
<p>We started with a simple question: BPMN is divided into a core and an extended set of constructs &#8211; does this separation hold in practice, or are there other common subsets (dialects or creoles) that can be found in practice? If there is such a common subset, we would expect a sizable number of models to share it. We found no evidence of a larger common core. Only 6 model pairs out of the 126 models used similar BPMN subsets (i.e. there were 6 subsets shared by 2 models).</p>
<p>We looked at the similarity among all subsets by coding the occurrence of symbols as a 50-bit string and computing the pairwise Hamming distance. On average 7 symbols differed between the BPMN subsets, and since the average model used only 9 symbols that makes the true common core very very small.</p>
<p>We performed a hierarchical cluster analysis on the models, trying to find the constructs that were used in groups. Indeed, several well-defined clusters emerged from this analysis: Basic Modeling Constructs, Annotations and Explanations (which include the blank XOR Gateway &#8211; not something we expected), Organization Modeling Constructs, and Control Flow Refinements. Users that move beyond these clusters seem to add individual constructs as needed, but in a rather random fashion.</p>
<p><img src="http://www.bpm-research.com/img/BPMN-Cluster-Analysis-800.png" hspace="5" vspace="5" /></p>
<p>Whether the 126 models we gathered are representative to all BPMN uses is a good question. Of course, we don&#8217;t claim this to be the case and we are in fact expanding our collection of models (hey Bruce, want to send us some of your seminar models?). However, so far our results have proven stable. We spend a great deal of our time with organizations using BPMN and we can assure you upfront &#8211; this is indeed indicative of how people use BPMN.</p>
<p>Bruce likens a frequency count of BPMN symbols to a character count in a document. We disagree &#8211; BPMN symbols are more like words, since they have semantics and are governed by formation rules. There are no formation rules at the character level in most languages. One could liken the frequency count to the frequency with which words in the English language are used &#8211; and that provides a much more useful metric than a character count. Linguists talk about the difference between an active and a passive vocabulary &#8211; words that we use versus words that we understand. It is possible that the use of BPMN is emerging along the same lines &#8211; a modeler might understand many of the symbols, but will frequently restrict him or herself to a more limited subset. To illustrate this: You may understand many entries in Merriam-Webster&#8217;s dictionary of the English language, but you do not use them frequently (or at all).</p>
<p>Do the models we collected have errors? Absolutely. Some of them we find useful in modeling courses &#8211; to show the types of errors usually made in practice. Our intention was not to analyze perfect BPMN models &#8211; we find those in every training course and in tool documentations, etc. The BPM reality looks different. Our intention was to analyze the current practice of BPMN modeling, not the indended application of the language. English speakers abuse their language &#8211; I know I do &#8211; but that does not mean that their sentences are meaningless.</p>
<p>Turning to some of the conclusions we draw from our research, we would like to clarify some aspects: What we call &#8216;the real core set of BPMN&#8217; is what our analysis showed to be the most frequently used BPMN symbols found in the models considered. This does not mean we imply this set to be the core set of BPMN to be used by everyone. Rather, this is the minimal set of BPMN constructs actually used in practice so far. Is this set little more than flowcharting? Absolutely true. Absolutely.</p>
<p>But what does that tell us? People, and organizations, use BPMN for purposes similar to those organizations ten, twenty years ago that employed flowcharting &#8211; they want to describe their operations in simple, graphical terms. The process modeling efforts in most organizations at this stage are simply not advanced or mature enough to start specifying service-enable workflows with exception behavior in BPMN. No, most people use it simply for flowcharting.</p>
<p>What we conclude from this observation is that the ecosystem of vendors, consultants and trainers should be aware of this and should plan, manage and employ their efforts (be it tool development, BPMN training or modeling workshops) accordingly. We present a number of conjectures based on these observations, some of which appear to be troubling to Bruce. This is worrisome to us, we hope we can clarify this a bit more:</p>
<ul>
<li>First, we see a great deal of training programs introducing the full BPMN specification to large number of stakeholders. Our results show, however, that most of this training is in fact only applicable to a small number of BPMN application areas. So we have to ask: Are there any tailored BPMN training programs? What should the &#8216;BPMN beginner&#8217; course look like and how this body of knowledge then be extended by specialist courses? One of the suggestions we raise is indeed to start with the set of BPMN symbols that in fact are widely used in practice. Why? Because this would allow the BPMN beginner to instantly be able grasp, understand and use the majority of models in practice. Sure, (s)he would not yet be an expert, sure (s)he would not yet have learned about the benefits and expressive power of advanced BPMN. But (s)he can go out and leverage the knowledge instantly and make contributions. Without having to digest the complexity of a full-blown course. We do not imply that business users do not understand the more refined BPMN symbols, we have just found little evidence that they use them frequently.</li>
</ul>
<ul>
<li>Second, we suggest to tool vendors to rely more on empirical information about BPMN use when having to make trade-off decisions in BPMN support. Let&#8217;s face it &#8211; many BPMS do not support the full set of BPMN constructs. This makes sense, because if the system does not have the capability to execute the semantics of a specific construct (say, a transaction around a set of activities)  then if would not make sense to allow a system analyst to draw this symbol. So which constructs can a vendor neglect initially and which need to be supported? We would argue that it is of best interest to vendors to focus on those constructs heavily used in practice. Why? Because this would give them access to the widest share of the market. Simple as that. This does not mean, that our suggestion is of a static nature. Of course not. Over time, full support should be given &#8211; and (relating to our previous conclusion) also BPMN users should learn the advanced features of BPMN. But organizations and tool vendors alike often face a need to achieve results very very fast. Which also means that releases are built and deployed that are far from finished.</li>
</ul>
<ul>
<li>Third, we think that our last conclusion was misread. Our intention is not to discredit the sizable development effort that went into the BPMN specification. More than 120 people participated in more than 120 interactions, be they face to face or conference calls. That&#8217;s a lot of BPM expertise leading to the current specification. We do not discourage advancement. We actually like BPMN&#8217;s advanced vocabulary. But have you asked end users what they think? Well, we did. Not only in this study but also in Jan&#8217;s large-scale BPMN usability studies we did find that users are in fact very troubled by the sheer number of, for example, event constructs. Are they used at a large scale? No. Do users understand their full capacity? Typically not. Why is this not at all reflected in BPMN development? That is exactly our point. Sure, our argument is a somewhat provocative statement. But if it helps to channel some attention to end usage, that&#8217;s fair by our standards.</li>
</ul>
<p>We know a great deal about what BPMN can do in theory, how it is implemented in tools, how training programs (like Bruce&#8217;s) look like and even how we generate code from the diagrams and how the semantics can be tested and vigorously verified. But what do we know about how organizations engaged in BPM initiatives use it? Very little. Again, we were motivated by exactly this dearth of knowledge about real-life BPMN practice. Why? Because our own experiences with BPMN and with those organizations using it gave us this hunch that the theoretical usage (what vendors and consultants and trainers tell us) often has little to do with what the end users think or do (the practical usage). And why is it important to know what the end users think and do? Because it can help the researchers, vendors, consultants and trainers of this world to channel their attention and efforts to those problems real users face. Instead of the problems we think exist in practice.</p>
<p>We try to feed our empirical research back to the BPMN community &#8211; in the form of blogs, practitioner papers, or even directly by knocking on the door of OMG. Whether we are heard, and whether our findings have the type of impact we hoped is a different story. But we are always open for debate.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bpm-research.com/2008/03/10/who-is-at-fault-the-language-or-the-speaker/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>How much BPMN do you need?</title>
		<link>http://www.bpm-research.com/2008/03/03/how-much-bpmn-do-you-need/</link>
		<comments>http://www.bpm-research.com/2008/03/03/how-much-bpmn-do-you-need/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 01:13:45 +0000</pubDate>
		<dc:creator>Michael zur Muehlen</dc:creator>
				<category><![CDATA[BPM]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[modeling]]></category>
		<category><![CDATA[BPMN]]></category>
		<category><![CDATA[simplicity]]></category>
		<category><![CDATA[usage]]></category>

		<guid isPermaLink="false">http://www.bpm-research.com/2008/03/03/how-much-bpmn-do-you-need/</guid>
		<description><![CDATA[by Michael zur Muehlen (mzurmuehlen@stevens.edu) and Jan Recker (j.recker@qut.edu.au)
BPMN is the de facto standard for graphical process modeling. While there are other graphical languages to represent processes (EPCs, IDEF, Flowcharts, Petri Nets, among others), no other notation has seen such an uptake in such a short time as BPMN has. It is widely supported by [...]]]></description>
			<content:encoded><![CDATA[<p><font color="#808080">by Michael zur Muehlen (mzurmuehlen@stevens.edu) and Jan Recker (j.recker@qut.edu.au)</font></p>
<p>BPMN is the de facto standard for graphical process modeling. While there are other graphical languages to represent processes (EPCs, IDEF, Flowcharts, Petri Nets, among others), no other notation has seen such an uptake in such a short time as BPMN has. It is widely supported by both free and commercial process modeling tools, the <a href="http://www.wfmc.org" target="_blank">WfMC</a> has made <a href="http://www.wfmc.org/standards/xpdl.htm" target="_blank">XPDL 2.0 and 2.1</a> a de-facto persistency format for BPMN diagrams, and a <a href="http://www.bptrends.com/deliver_file.cfm?fileType=publication&amp;fileName=01%2D08%2DCOL%2DBPMResearchandEdu%2DALittleKnowledge%2DzurMuehlen%2Dfinal%2Epdf" title="BPTrends.com column on BPM Education" target="_blank">large number of courses</a> on modeling processes with BPMN are being offered.</p>
<p>Now, BPMN is a complex language. The current incarnation (<a href="http://www.omg.org/spec/BPMN/" title="BPMN Specification" target="_blank">BPMN 1.1</a>) consists of 52 distinct graphical elements: 41 flow objects, 6 connecting objects, 2 grouping objects, and 3 artifacts. That&#8217;s a lot of vocabulary to learn, given that each graphical elements has meaning and rules associated with it. So what is the minimum subset of BPMN that a process modeler should know?<strong> </strong>The answer: Less than you think.<strong><br />
</strong></p>
<p>To answer this question we collected a large number of BPMN 1.0 diagrams (126 in total), from consultants, seminar participants, and online sources. We analyzed which BPMN symbols were actually used in these diagrams. The full version of our research, which we will present at the Conference on Advanced Information Systems Engineering in June, can be found <a href="http://www.bpm-research.com/download/papers/MIZU-JARE-BPMN-CAiSE-2008.pdf" title="CAiSE 2008 Paper">here</a>. But since this is an academic paper, here are the practical highlights of our study.</p>
<p>None of the diagrams we looked at used more than 15 different BPMN constructs, and none used less than 3. The models themselves contained considerably more elements, but a model with, e.g., 5 tasks connected by sequence flow was recorded as using the task symbol and the sequence flow symbol. <strong>The average subset of BPMN used in these models consisted of just 9 different symbols</strong>. That means that the average BPMN model uses less than 20% of the available vocabulary.</p>
<p>Figure 1 shows which construct we found across which percentage of the diagrams we collected.</p>
<h3> <img src="http://www.bpm-research.com/img/BPMN-Construct-Usage.png" alt="Usage of BPMN Constructs in Practice" align="bottom" hspace="3" vspace="3" /></h3>
<p>Figure 1: Frequency distribution of BPMN construct usage</p>
<p>The results of our study are:</p>
<ul>
<li>Only five elements (normal flow, task, end event, start event, and pool) were used in more than 50% of the models we analyzed. These, plus the data-based XOR gateway form what we call the <strong>common core of BPMN</strong> (marked in yellow in fig. 1).</li>
<li>Six additional elements were found in at least 25% of the models &#8211; gateways (parallel and unmarked XOR), lanes, text annotations, message flow, and start messages, we call these the <strong>extended core of BPMN</strong> (marked in green in fig. 1).</li>
<li>17 elements were used in less than 3 models &#8211; seven elements occurred in just two models, five in just one, and <strong>five elements were not used in any of the models</strong> we studied.</li>
</ul>
<p>We then looked at the co-occurrence of BPMN symbols &#8211; i.e., are certain constructs used in combination, and how frequently? The combination of certain elements is mandated by the BPMN specification &#8211; you cannot use lanes without pools, or data objects without associations.  But if there is a common subset used by many models, this would constitute a true &#8220;common core&#8221;. A detailed analysis revealed that BPMN elements fall into several well-defined groups. Figure 2 shows these groups as frames around the respective BPMN elements. The numbers within each frame represent the number of models (out of 126) that contain all elements within the frame.</p>
<h3><img src="http://www.bpm-research.com/img/BPMN-Symbols.png" alt="BPMN Symbol Groupings" height="429" hspace="5" vspace="5" width="501" /></h3>
<p>Figure 2: Grouping of BPMN elements</p>
<p>Our findings are:</p>
<ul>
<li><strong>The common core of BPMN is very small.</strong> The subset of BPMN across the different models varied considerably. While nearly all models contain tasks and sequence flow, adding symbols to this set leads to a near exponential drop in models that share the (bigger) set of symbols. For example, while 65 models contain tasks, sequence flow, start and end events, only 25 also contain parallel gateways, and just 10 contain parallel gateways and data-based XOR gateways.</li>
<li><strong>There are two types of BPMN modelers.</strong> While our sample is too small to explore this proposition in detail, we found anecdotal evidence that two groups of modelers use BPMN: Those who use pools and lanes to represent organizational responsibility for tasks, and those who use gateways to represent the control-flow rules of the process in detail. In other words, one group uses BPMN to specify inter-organizational settings (process choreography). Mostly, these users will be consultants or process analysts working on organizational (re-) engineering and process improvement. The other BPMN user group is leaning more towards workflow engineering (process orchestration). These users will likely be designers and analysts seeking to articulate precise flow conditions, for instance, in the context of workflow engineering or process simulation.</li>
</ul>
<h3>Implications</h3>
<p>Our findings have implications for practitioners, software vendors, and standards makers alike.</p>
<ul>
<li><strong>Practitioners</strong> can begin studying the use of BPMN by focusing on the most commonly used symbols first, leaving more specialized and lesser-used constructs for those who need more specialized BPMN training (e.g. systems analysts).</li>
<li><strong>Software</strong> vendors that are not supporting the entire BPMN vocabulary can assess what percentage of BPMN diagrams can be represented in their tool, and where enhancements should be made.</li>
<li>Finally, <strong>Standards-makers</strong> should review whether a more complete, but also more complex language is a desirable result of the standardization process. Creating BPMN took six years. How much time was spent on defining those seventeen symbols that we found are hardly used? And will the extensions of BPMN 1.1 entice users to expand their commonly used vocabulary, or will they go unused?</li>
</ul>
<p>If you would like to learn more about this research, we encourage you to read the full version of our paper:</p>
<ul>
<li><span id="maincol_2col">Michael zur Muehlen, Jan Recker. (Jun 16, 2008). &#8220;How Much Language is Enough? Theoretical and Practical Use of the Business Process Modeling Notation&#8221;, 20th International Conference on Advanced Information Systems Engineering (CAiSE 2008), Montpellier, France, June 16-20, 2008., Springer LNCS. <a href="http://www.bpm-research.com/download/papers/MIZU-JARE-BPMN-CAiSE-2008.pdf">Download</a> (657 kb PDF)</span></li>
</ul>
<p>You can find additional research on process modeling and process management in the <a href="http://www.bpm-research.com/publications/papers/">publications section of this site</a>, and in <a href="http://eprints.qut.edu.au/view/person/Recker,_Jan.html">Jan&#8217;s QUT eprints directory</a>.</p>
<p><span id="maincol_2col">As always, your questions or comments are much appreciated.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bpm-research.com/2008/03/03/how-much-bpmn-do-you-need/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
	</channel>
</rss>
