99 lines
3.8 KiB
XML
Executable File
99 lines
3.8 KiB
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<definitions id="Definition"
|
|
targetNamespace="http://www.jboss.org/drools"
|
|
typeLanguage="http://www.java.com/javaTypes"
|
|
expressionLanguage="http://www.mvel.org/2.0"
|
|
xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd"
|
|
xmlns:g="http://www.jboss.org/drools/flow/gpd"
|
|
xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI"
|
|
xmlns:dc="http://www.omg.org/spec/DD/20100524/DC"
|
|
xmlns:di="http://www.omg.org/spec/DD/20100524/DI"
|
|
xmlns:tns="http://www.jboss.org/drools">
|
|
|
|
<process processType="Private" isExecutable="true" id="n4" name="n4" tns:packageName="maia.flows" >
|
|
|
|
<!-- nodes -->
|
|
<startEvent id="_1" name="Start" />
|
|
<endEvent id="_2" name="End" >
|
|
<terminateEventDefinition/>
|
|
</endEvent>
|
|
<parallelGateway id="_3" name="Gateway" gatewayDirection="Diverging" />
|
|
<parallelGateway id="_4" name="Gateway" gatewayDirection="Converging" />
|
|
<callActivity id="_5" name="nomenclatura" calledElement="nomenclatura" >
|
|
<ioSpecification>
|
|
<inputSet>
|
|
</inputSet>
|
|
<outputSet>
|
|
</outputSet>
|
|
</ioSpecification>
|
|
</callActivity>
|
|
<callActivity id="_6" name="n3" calledElement="n3" >
|
|
<ioSpecification>
|
|
<inputSet>
|
|
</inputSet>
|
|
<outputSet>
|
|
</outputSet>
|
|
</ioSpecification>
|
|
</callActivity>
|
|
|
|
<!-- connections -->
|
|
<sequenceFlow id="_4-_2" sourceRef="_4" targetRef="_2" />
|
|
<sequenceFlow id="_1-_3" sourceRef="_1" targetRef="_3" />
|
|
<sequenceFlow id="_6-_4" sourceRef="_6" targetRef="_4" />
|
|
<sequenceFlow id="_5-_4" sourceRef="_5" targetRef="_4" />
|
|
<sequenceFlow id="_3-_5" sourceRef="_3" targetRef="_5" />
|
|
<sequenceFlow id="_3-_6" sourceRef="_3" targetRef="_6" />
|
|
|
|
</process>
|
|
|
|
<bpmndi:BPMNDiagram>
|
|
<bpmndi:BPMNPlane bpmnElement="n4" >
|
|
<bpmndi:BPMNShape bpmnElement="_1" >
|
|
<dc:Bounds x="100" y="100" width="48" height="48" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape bpmnElement="_2" >
|
|
<dc:Bounds x="673" y="105" width="48" height="48" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape bpmnElement="_3" >
|
|
<dc:Bounds x="165" y="95" width="48" height="48" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape bpmnElement="_4" >
|
|
<dc:Bounds x="580" y="105" width="48" height="48" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape bpmnElement="_5" >
|
|
<dc:Bounds x="322" y="34" width="110" height="48" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape bpmnElement="_6" >
|
|
<dc:Bounds x="258" y="181" width="110" height="48" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge bpmnElement="_4-_2" >
|
|
<di:waypoint x="604" y="129" />
|
|
<di:waypoint x="697" y="129" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge bpmnElement="_1-_3" >
|
|
<di:waypoint x="124" y="124" />
|
|
<di:waypoint x="189" y="119" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge bpmnElement="_6-_4" >
|
|
<di:waypoint x="313" y="205" />
|
|
<di:waypoint x="607" y="210" />
|
|
<di:waypoint x="604" y="129" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge bpmnElement="_5-_4" >
|
|
<di:waypoint x="377" y="58" />
|
|
<di:waypoint x="604" y="129" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge bpmnElement="_3-_5" >
|
|
<di:waypoint x="189" y="119" />
|
|
<di:waypoint x="377" y="58" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge bpmnElement="_3-_6" >
|
|
<di:waypoint x="189" y="119" />
|
|
<di:waypoint x="313" y="205" />
|
|
</bpmndi:BPMNEdge>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
|
|
</definitions> |