Árvore de páginas

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.
HTML
<div id="main-content" class="wiki-content group">
	<h1 id="Gateways-GatewayExclusivo">
		<img class="confluence-embedded-image"
			src="http://tdn.totvs.com/download/attachments/126715142/42.png?version=2&modificationDate=1393445760000&api=v2"
			data-image-src="http://tdn.totvs.com/download/attachments/126715142/42.png?version=2&modificationDate=1393445760000&api=v2">Exclusive
		gateway
	</h1>
	<p>Through arithmetic expressions this gateway will decide the
		target of the process. The expressions will be validated in the order
		they are shown in the conditions tab. Each condition will have a
		related target flow. The first expression that is validated as true
		will be used to move the process to the related activity. Only one
		path can be followed by using this type of gateway.</p>
	<p>&#160;</p>
	<h1 id="Gateways-GatewayParalelo">
		<img class="confluence-embedded-image"
			src="http://tdn.totvs.com/download/attachments/126715142/36.png?version=1&modificationDate=1393445505000&api=v2"
			data-image-src="http://tdn.totvs.com/download/attachments/126715142/36.png?version=1&modificationDate=1393445505000&api=v2">Parallel
		gateway
	</h1>
	<p>Upon arriving at this component of the process, the workflow
		request will be bifurcated into N outputs allowing the execution of
		parallel flows. At the end of the parallel flows it will be necessary
		to relate a Join object that will indicate the end of the execution of
		the parallel flows and go back to the single flow of the process.</p>
	<p>&#160;</p>
	<h1 id="Gateways-GatewayInclusivo">
		<img class="confluence-embedded-image"
			src="http://tdn.totvs.com/download/attachments/126715142/31.png?version=1&modificationDate=1393445525000&api=v2"
			data-image-src="http://tdn.totvs.com/download/attachments/126715142/31.png?version=1&modificationDate=1393445525000&api=v2">Inclusive
		gateway
	</h1>
	<p>This component is a combination of parallel and exclusive
		gateways. As in the exclusive gateway, you can define logical
		expressions for each output flow of the gateway. In this component all
		expressions will be validated regardless of the order. The expressions
		that are confirmed true will open a parallel processing that will
		close at the Join component . &#160;In an inclusive gateway of
		three-flow outputs we will have 3 expressions, each one linked to an
		output flow. All expressions will be executed. If only two expressions
		are valid, there will be a parallelism of only two flows.</p>
	<p>E.g.: Suppose that we have an income analysis process: depending
		on the client's income, they will be offered different investment and
		financing options. Follow the process below:</p>
	<p>
		<img class="confluence-embedded-image image-center"
			src="http://tdn.totvs.com/download/attachments/126715142/novo_diagrama%20-%20C%C3%B3pia.png?version=2&modificationDate=1393443139000&api=v2"
			data-image-src="http://tdn.totvs.com/download/attachments/126715142/novo_diagrama%20-%20C%C3%B3pia.png?version=2&modificationDate=1393443139000&api=v2">
	</p>
	<p>The following settings are from the inclusive gateway’s list of
		conditions:</p>
	<p>
		<img class="confluence-embedded-image image-center"
			src="http://tdn.totvs.com/download/attachments/126715142/props.png?version=1&modificationDate=1393443372000&api=v2"
			data-image-src="http://tdn.totvs.com/download/attachments/126715142/props.png?version=1&modificationDate=1393443372000&api=v2">
	</p>
	<p>Assuming that, in the execution of the workflow request, the
		value of the variable income is 18000. In this case we have a flow
		parallel that leads to the "Start car leasing" activities and "Request
		mortgage" because the value 18000 makes the conditions of order 1 and
		2 true. The condition of order 3 is false and will not enable the
		parallelism of the third flow.</p>
	<p>&#160;</p>
	<h1 id="Gateways-GatewayComplexo">
		<img class="confluence-embedded-image"
			src="http://tdn.totvs.com/download/attachments/126715142/35.png?version=1&modificationDate=1393445581000&api=v2"
			data-image-src="http://tdn.totvs.com/download/attachments/126715142/35.png?version=1&modificationDate=1393445581000&api=v2">Complex
		gateway
	</h1>
	<p>This gateway will behave as the parallel gateway. But before
		opening the parallelism of the various flows, a script will run and
		allow the execution of the various operations that can be internalized
		or not within Fluig. As the execution of services or the execution of
		arithmetic expressions through the javascript language.&#160;</p>
	<p>&#160;</p>
	<h1 id="Gateways-GatewayEvento">
		<img class="confluence-embedded-image"
			src="http://tdn.totvs.com/download/attachments/126715142/32.png?version=1&modificationDate=1393445613000&api=v2"
			data-image-src="http://tdn.totvs.com/download/attachments/126715142/32.png?version=1&modificationDate=1393445613000&api=v2">Event
		gateway
	</h1>
	<p>Special gateway type that behaves as a parallel gateway. However
		it only supports intermediate events to be attached to it. This
		gateway can be used as the beginning of a process doing parallelism as
		soon as a request is made.</p>
	<p>&#160;</p>
	<h1 id="Gateways-GatewayEventoExclusivo">
		<img class="confluence-embedded-image"
			src="http://tdn.totvs.com/download/attachments/126715142/33.png?version=2&modificationDate=1393445678000&api=v2"
			data-image-src="http://tdn.totvs.com/download/attachments/126715142/33.png?version=2&modificationDate=1393445678000&api=v2">Exclusive
		event gateway
	</h1>
	<p>Special gateway type that behaves as an exclusive gateway.
		However it only supports intermediate events to be attached to
		it.&#160;</p>
	<p>&#160;</p>
	<h1 id="Gateways-GatewayEventoParalelo">
		<img class="confluence-embedded-image"
			src="http://tdn.totvs.com/download/attachments/126715142/34.png?version=1&modificationDate=1393445698000&api=v2"
			data-image-src="http://tdn.totvs.com/download/attachments/126715142/34.png?version=1&modificationDate=1393445698000&api=v2">Parallel
		event gateway
	</h1>
	<p>Special gateway type that behaves as a parallel gateway. However
		it only supports intermediate events to be attached to it. &#160;This
		type of gateway cannot be used as an initial event of a workflow
		request.&#160;</p>
	<p>&#160;</p>
	<h1 id="Gateways-GatewaydeJoin">
		<img class="confluence-embedded-image"
			src="http://tdn.totvs.com/download/attachments/126715142/36.png?version=1&modificationDate=1393445505000&api=v2"
			data-image-src="http://tdn.totvs.com/download/attachments/126715142/36.png?version=1&modificationDate=1393445505000&api=v2">Join
		gateway
	</h1>
	<p>It is the entity that Fluig uses to symbolize the end of the
		flow parallelisms. It should be used at the end of the parallel
		gateways.</p>
	<p>&#160;</p>
	<p>&#160;</p>
	<p>&#160;</p>
</div>