mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 22:25:14 +00:00
114 lines
5.9 KiB
Plaintext
114 lines
5.9 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:spiffworkflow="http://spiffworkflow.org/bpmn/schema/1.0/core" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
|
||
|
<bpmn:process id="Unit_Test_Exclusive_GatewayTest" name="Unit Test Exclusive Gateway" isExecutable="true">
|
||
|
<bpmn:startEvent id="StartEvent_1">
|
||
|
<bpmn:outgoing>Flow_0vnkhc5</bpmn:outgoing>
|
||
|
</bpmn:startEvent>
|
||
|
<bpmn:sequenceFlow id="Flow_0vnkhc5" sourceRef="StartEvent_1" targetRef="Activity_11tnazj" />
|
||
|
<bpmn:exclusiveGateway id="Gateway_04kw2o4" name="Exclusive Gateway">
|
||
|
<bpmn:incoming>Flow_15ioe1e</bpmn:incoming>
|
||
|
<bpmn:outgoing>Flow_0ejbl6k</bpmn:outgoing>
|
||
|
<bpmn:outgoing>Flow_1hua65s</bpmn:outgoing>
|
||
|
</bpmn:exclusiveGateway>
|
||
|
<bpmn:sequenceFlow id="Flow_1vfbldw" sourceRef="Activity_11tnazj" targetRef="Activity_1f2u77e" />
|
||
|
<bpmn:endEvent id="Event_0767czo">
|
||
|
<bpmn:extensionElements>
|
||
|
<spiffworkflow:instructionsForEndUser>End Exclusive Gateway Unit Test. Variable value greater or equal to 10.</spiffworkflow:instructionsForEndUser>
|
||
|
</bpmn:extensionElements>
|
||
|
<bpmn:incoming>Flow_038sht1</bpmn:incoming>
|
||
|
</bpmn:endEvent>
|
||
|
<bpmn:sequenceFlow id="Flow_0ejbl6k" name="x >= 5" sourceRef="Gateway_04kw2o4" targetRef="Activity_06rdp90">
|
||
|
<bpmn:conditionExpression>x >= 5</bpmn:conditionExpression>
|
||
|
</bpmn:sequenceFlow>
|
||
|
<bpmn:endEvent id="Event_08nh8ex">
|
||
|
<bpmn:extensionElements>
|
||
|
<spiffworkflow:instructionsForEndUser>End Exclusive Gateway Unit Test. Variable value less than 10.</spiffworkflow:instructionsForEndUser>
|
||
|
</bpmn:extensionElements>
|
||
|
<bpmn:incoming>Flow_1hua65s</bpmn:incoming>
|
||
|
</bpmn:endEvent>
|
||
|
<bpmn:sequenceFlow id="Flow_1hua65s" name="x < 5" sourceRef="Gateway_04kw2o4" targetRef="Event_08nh8ex">
|
||
|
<bpmn:conditionExpression>x < 5</bpmn:conditionExpression>
|
||
|
</bpmn:sequenceFlow>
|
||
|
<bpmn:scriptTask id="Activity_11tnazj" name="Script Task">
|
||
|
<bpmn:extensionElements>
|
||
|
<spiffworkflow:instructionsForEndUser />
|
||
|
</bpmn:extensionElements>
|
||
|
<bpmn:incoming>Flow_0vnkhc5</bpmn:incoming>
|
||
|
<bpmn:outgoing>Flow_1vfbldw</bpmn:outgoing>
|
||
|
<bpmn:script>x = 5</bpmn:script>
|
||
|
</bpmn:scriptTask>
|
||
|
<bpmn:sequenceFlow id="Flow_038sht1" sourceRef="Activity_06rdp90" targetRef="Event_0767czo" />
|
||
|
<bpmn:manualTask id="Activity_06rdp90" name="Manual Task">
|
||
|
<bpmn:incoming>Flow_0ejbl6k</bpmn:incoming>
|
||
|
<bpmn:outgoing>Flow_038sht1</bpmn:outgoing>
|
||
|
</bpmn:manualTask>
|
||
|
<bpmn:sequenceFlow id="Flow_15ioe1e" sourceRef="Activity_1f2u77e" targetRef="Gateway_04kw2o4" />
|
||
|
<bpmn:manualTask id="Activity_1f2u77e" name="Manual 1">
|
||
|
<bpmn:incoming>Flow_1vfbldw</bpmn:incoming>
|
||
|
<bpmn:outgoing>Flow_15ioe1e</bpmn:outgoing>
|
||
|
</bpmn:manualTask>
|
||
|
</bpmn:process>
|
||
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Unit_Test_Exclusive_GatewayTest">
|
||
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||
|
<dc:Bounds x="42" y="159" width="36" height="36" />
|
||
|
</bpmndi:BPMNShape>
|
||
|
<bpmndi:BPMNShape id="Gateway_04kw2o4_di" bpmnElement="Gateway_04kw2o4" isMarkerVisible="true">
|
||
|
<dc:Bounds x="425" y="152" width="50" height="50" />
|
||
|
<bpmndi:BPMNLabel>
|
||
|
<dc:Bounds x="428" y="122" width="47" height="27" />
|
||
|
</bpmndi:BPMNLabel>
|
||
|
</bpmndi:BPMNShape>
|
||
|
<bpmndi:BPMNShape id="Event_0767czo_di" bpmnElement="Event_0767czo">
|
||
|
<dc:Bounds x="832" y="159" width="36" height="36" />
|
||
|
</bpmndi:BPMNShape>
|
||
|
<bpmndi:BPMNShape id="Activity_07us4yo_di" bpmnElement="Activity_11tnazj">
|
||
|
<dc:Bounds x="110" y="137" width="100" height="80" />
|
||
|
<bpmndi:BPMNLabel />
|
||
|
</bpmndi:BPMNShape>
|
||
|
<bpmndi:BPMNShape id="Activity_0lbmncq_di" bpmnElement="Activity_06rdp90">
|
||
|
<dc:Bounds x="520" y="137" width="100" height="80" />
|
||
|
<bpmndi:BPMNLabel />
|
||
|
</bpmndi:BPMNShape>
|
||
|
<bpmndi:BPMNShape id="Activity_16n6n7r_di" bpmnElement="Activity_1f2u77e">
|
||
|
<dc:Bounds x="270" y="137" width="100" height="80" />
|
||
|
<bpmndi:BPMNLabel />
|
||
|
</bpmndi:BPMNShape>
|
||
|
<bpmndi:BPMNShape id="Event_08nh8ex_di" bpmnElement="Event_08nh8ex">
|
||
|
<dc:Bounds x="832" y="272" width="36" height="36" />
|
||
|
</bpmndi:BPMNShape>
|
||
|
<bpmndi:BPMNEdge id="Flow_0vnkhc5_di" bpmnElement="Flow_0vnkhc5">
|
||
|
<di:waypoint x="78" y="177" />
|
||
|
<di:waypoint x="110" y="177" />
|
||
|
</bpmndi:BPMNEdge>
|
||
|
<bpmndi:BPMNEdge id="Flow_1vfbldw_di" bpmnElement="Flow_1vfbldw">
|
||
|
<di:waypoint x="210" y="177" />
|
||
|
<di:waypoint x="270" y="177" />
|
||
|
</bpmndi:BPMNEdge>
|
||
|
<bpmndi:BPMNEdge id="Flow_0ejbl6k_di" bpmnElement="Flow_0ejbl6k">
|
||
|
<di:waypoint x="475" y="177" />
|
||
|
<di:waypoint x="520" y="177" />
|
||
|
<bpmndi:BPMNLabel>
|
||
|
<dc:Bounds x="475" y="193" width="30" height="14" />
|
||
|
</bpmndi:BPMNLabel>
|
||
|
</bpmndi:BPMNEdge>
|
||
|
<bpmndi:BPMNEdge id="Flow_1hua65s_di" bpmnElement="Flow_1hua65s">
|
||
|
<di:waypoint x="450" y="202" />
|
||
|
<di:waypoint x="450" y="290" />
|
||
|
<di:waypoint x="832" y="290" />
|
||
|
<bpmndi:BPMNLabel>
|
||
|
<dc:Bounds x="672" y="303" width="24" height="14" />
|
||
|
</bpmndi:BPMNLabel>
|
||
|
</bpmndi:BPMNEdge>
|
||
|
<bpmndi:BPMNEdge id="Flow_038sht1_di" bpmnElement="Flow_038sht1">
|
||
|
<di:waypoint x="620" y="177" />
|
||
|
<di:waypoint x="832" y="177" />
|
||
|
</bpmndi:BPMNEdge>
|
||
|
<bpmndi:BPMNEdge id="Flow_15ioe1e_di" bpmnElement="Flow_15ioe1e">
|
||
|
<di:waypoint x="370" y="177" />
|
||
|
<di:waypoint x="425" y="177" />
|
||
|
</bpmndi:BPMNEdge>
|
||
|
</bpmndi:BPMNPlane>
|
||
|
</bpmndi:BPMNDiagram>
|
||
|
</bpmn:definitions>
|