<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://training-course-material.com/index.php?action=history&amp;feed=atom&amp;title=Workflow_Elements</id>
	<title>Workflow Elements - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://training-course-material.com/index.php?action=history&amp;feed=atom&amp;title=Workflow_Elements"/>
	<link rel="alternate" type="text/html" href="https://training-course-material.com/index.php?title=Workflow_Elements&amp;action=history"/>
	<updated>2026-04-15T02:44:12Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://training-course-material.com/index.php?title=Workflow_Elements&amp;diff=11619&amp;oldid=prev</id>
		<title>Ahnboyoung: /* Exclusive Gateway */</title>
		<link rel="alternate" type="text/html" href="https://training-course-material.com/index.php?title=Workflow_Elements&amp;diff=11619&amp;oldid=prev"/>
		<updated>2013-06-25T17:46:14Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Exclusive Gateway&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Cat|NobleProg BPMN Certification Level 1|03}}&lt;br /&gt;
[[Category:Private]]&lt;br /&gt;
&lt;br /&gt;
== Ad-hoc ==&lt;br /&gt;
* A group of Activities that have no REQUIRED sequence relationships&lt;br /&gt;
* A set of Activities can be defined for the Process, but the sequence and number of performances for the Activities is determined by the &amp;#039;&amp;#039;&amp;#039;performers&amp;#039;&amp;#039;&amp;#039; of the Activities&lt;br /&gt;
* Ad-hoc sub-process is marked with a &amp;#039;&amp;#039;&amp;#039;tilde&amp;#039;&amp;#039;&amp;#039; character&lt;br /&gt;
&lt;br /&gt;
&amp;lt;signavio&amp;gt;6f77f3fca6e14ab29a76c979c3f4a02d:3094ed34e14ae6574f138d4413ab8afde28d4d6fc2ed02ae7b3326696b2279_83d022e6f81fbb9ed983e4cbb683967e9d5def124c35ab967621449eec35fb_3df1bc51e77a3c56c42478d29173f01f5d40bef15b27d0a2163519975f5003e&amp;lt;/signavio&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Loops ==&lt;br /&gt;
&amp;lt;signavio&amp;gt;7de09b6615814326a82a3668e84c1184:dbb788149baffdcffee8cd83cdb512d5eff167e426f1db8cbb14f5c68ea6b20_424e866cb5add17e3a5702a4095ee61b684370a772290ade08a3516de2651_b2187e52fa51d4b2fdd5baf91b3e4349573b1a4cca792b49f364f8986bb3&amp;lt;/signavio&amp;gt;&lt;br /&gt;
&lt;br /&gt;
01.07 - Loops&lt;br /&gt;
{{PB}}&lt;br /&gt;
&lt;br /&gt;
=== Multiple Loop Markers ===&lt;br /&gt;
&amp;lt;signavio&amp;gt;313fc14fa47745248c731706df65e29f:b897b6cc971fa6f347ed5bf784b92bc9ee2b3c15b7048216e49b3b63cf63840_b59960b21f409fa9ada07fba794d26a999cd4f8c986cf3aff9a23af8aac5f_7ca48f8ed33b9add4c2ebe84b898c6768c1c36cd2992a9428fd5753c8a6455&amp;lt;/signavio&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 You cannot combine multiple loop markers!&lt;br /&gt;
&lt;br /&gt;
== Exclusive Gateway ==&lt;br /&gt;
* A diverging Exclusive Gateway (Decision) is used to create alternative paths within a Process flow&lt;br /&gt;
* Only one of the paths can be taken, this means the gateway is exclusive&lt;br /&gt;
* A Decision can be thought of as a question that is asked at a particular point in the Process&lt;br /&gt;
* The question has a defined set of alternative answers&lt;br /&gt;
* Each answer is associated with a condition Expression that is associated with a Gateway’s outgoing Sequence Flows&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;50&amp;quot; &lt;br /&gt;
| [[File:Figure10-105-exclusive-data-based-decision-gateway-example-without-internal-indicator.png|300px]]&lt;br /&gt;
 || [[File:Figure10-106-data-based-exclusive-decision-gateway-example-with-internal-indicaor.png|300px]]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Figure13-4-merging-and-branching-sequence-flows-for-exclusive-gateway.png|300px]]&lt;br /&gt;
 || [[File:Element merging exclusive gateway.png|300px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{PB}}&lt;br /&gt;
&lt;br /&gt;
== Inclusive Gateway ==&lt;br /&gt;
&amp;lt;signavio&amp;gt;fd63b5128b87499dbedd05fd0418675b:121b97726d51f59a1566f217f57a5a79e4ebd165646c6f3df35aeaf53e41dda1_d0b11690243dd88fb355fe1d8ffe3bddd9c54b73af1188ea558f73fc179e375_508d2fab293727f24a96a376a1e63e957ce5fa303a28aaa02537c6402c7618b6&amp;lt;/signavio&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* A diverging Inclusive Gateway (Inclusive Decision) can be used to create alternative but also parallel paths within a Process flow&lt;br /&gt;
* Unlike the Exclusive Gateway, all condition Expressions are evaluated&lt;br /&gt;
* The true evaluation of one condition Expression does not exclude the evaluation of other condition Expressions&lt;br /&gt;
* All Sequence Flows with a true evaluation will be traversed by a token&lt;br /&gt;
* Since each path is considered to be independent, all combinations of the paths MAY be taken, from zero to all&lt;br /&gt;
* However, it should be designed so that at least one path is taken.&lt;br /&gt;
&lt;br /&gt;
== Complex Gateway ==&lt;br /&gt;
&amp;lt;signavio&amp;gt;36dc0791029547d49567a760b7d24818:89bfa6d5521df5d0e518319341ce6eb28f47bd253d3602ce086a8d321229b7a_317237bdbf20a286d18f9c2b6536657b61088aaa5a9804d3afda157065f4_b8321c9ef93bcf83eeb659251bc328ace7adbecb1c15ea0afba8266bd47e5f&amp;lt;/signavio&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Event Based Gateway ==&lt;br /&gt;
&amp;lt;signavio&amp;gt;de94d86ab3234be59480dd98847130b1:4dda1d1fbf2f8de2eae7043ed3ffaa6a5892ded375bf71791189412dd5a81f7_68efa06ee8de32f6646301a29c733a86a8a62e9997b52e8b3d818560378060_763d63ff2e356cce4a61a189ce3c689c5d0bcd964c87c90b3e515fe9167&amp;lt;/signavio&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ahnboyoung</name></author>
	</entry>
</feed>