Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 | <?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:activiti="http://activiti.org/bpmn" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" targetNamespace="http://www.activiti.org/processdef" id="definitions1">
<process id="phase4Process" name="Phase 4 Test Process" isExecutable="true">
<extensionElements>
<activiti:localization locale="en" name="Phase 4 Test Process EN">
<activiti:documentation>English description of the process</activiti:documentation>
</activiti:localization>
<activiti:localization locale="fr" name="Processus de test Phase 4">
<activiti:documentation>Description française du processus</activiti:documentation>
</activiti:localization>
<activiti:localization locale="de" name="Phase 4 Testprozess">
</activiti:localization>
</extensionElements>
<startEvent id="startEvent1" name="Start"></startEvent>
<userTask id="userTask1" name="Review Task" activiti:assignee="admin"></userTask>
<subProcess id="subprocess1" name="Embedded Sub Process">
<startEvent id="subStart1" name="Sub Start"></startEvent>
<userTask id="subTask1" name="Sub Task" activiti:async="true" activiti:exclusive="true"></userTask>
<endEvent id="subEnd1" name="Sub End"></endEvent>
<sequenceFlow id="subFlow1" sourceRef="subStart1" targetRef="subTask1"></sequenceFlow>
<sequenceFlow id="subFlow2" sourceRef="subTask1" targetRef="subEnd1"></sequenceFlow>
</subProcess>
<subProcess id="eventSubprocess1" name="Error Handler" triggeredByEvent="true">
<startEvent id="errorStart1" name="Error Start">
<errorEventDefinition errorRef="genericError"></errorEventDefinition>
</startEvent>
<serviceTask id="errorHandler1" name="Handle Error" activiti:class="com.example.ErrorHandler"></serviceTask>
<endEvent id="errorEnd1" name="Error End"></endEvent>
<sequenceFlow id="errFlow1" sourceRef="errorStart1" targetRef="errorHandler1"></sequenceFlow>
<sequenceFlow id="errFlow2" sourceRef="errorHandler1" targetRef="errorEnd1"></sequenceFlow>
</subProcess>
<transaction id="transaction1" name="Payment Transaction">
<startEvent id="txStart1" name="Tx Start"></startEvent>
<serviceTask id="txTask1" name="Process Payment" activiti:class="com.example.PaymentService" activiti:async="true"></serviceTask>
<endEvent id="txEnd1" name="Tx End"></endEvent>
<sequenceFlow id="txFlow1" sourceRef="txStart1" targetRef="txTask1"></sequenceFlow>
<sequenceFlow id="txFlow2" sourceRef="txTask1" targetRef="txEnd1"></sequenceFlow>
</transaction>
<endEvent id="endEvent1" name="End"></endEvent>
<sequenceFlow id="flow1" sourceRef="startEvent1" targetRef="userTask1"></sequenceFlow>
<sequenceFlow id="flow2" sourceRef="userTask1" targetRef="subprocess1"></sequenceFlow>
<sequenceFlow id="flow3" sourceRef="subprocess1" targetRef="transaction1"></sequenceFlow>
<sequenceFlow id="flow4" sourceRef="transaction1" targetRef="endEvent1"></sequenceFlow>
</process>
<bpmndi:BPMNDiagram id="BPMNDiagram_phase4Process">
<bpmndi:BPMNPlane bpmnElement="phase4Process" id="BPMNPlane_phase4Process">
<bpmndi:BPMNShape bpmnElement="startEvent1" id="BPMNShape_startEvent1">
<omgdc:Bounds height="30.0" width="30.0" x="100.0" y="163.0"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="userTask1" id="BPMNShape_userTask1">
<omgdc:Bounds height="80.0" width="100.0" x="180.0" y="138.0"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="subprocess1" id="BPMNShape_subprocess1">
<omgdc:Bounds height="150.0" width="300.0" x="330.0" y="103.0"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="endEvent1" id="BPMNShape_endEvent1">
<omgdc:Bounds height="28.0" width="28.0" x="1000.0" y="164.0"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="subStart1" id="BPMNShape_subStart1">
<omgdc:Bounds height="30.0" width="30.0" x="350.0" y="158.0"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="subTask1" id="BPMNShape_subTask1">
<omgdc:Bounds height="60.0" width="100.0" x="420.0" y="148.0"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="subEnd1" id="BPMNShape_subEnd1">
<omgdc:Bounds height="30.0" width="30.0" x="560.0" y="158.0"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="eventSubprocess1" id="BPMNShape_eventSubprocess1">
<omgdc:Bounds height="130.0" width="300.0" x="330.0" y="290.0"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="errorStart1" id="BPMNShape_errorStart1">
<omgdc:Bounds height="30.0" width="30.0" x="350.0" y="340.0"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="errorHandler1" id="BPMNShape_errorHandler1">
<omgdc:Bounds height="55.0" width="100.0" x="420.0" y="327.0"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="errorEnd1" id="BPMNShape_errorEnd1">
<omgdc:Bounds height="30.0" width="30.0" x="560.0" y="340.0"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="transaction1" id="BPMNShape_transaction1">
<omgdc:Bounds height="150.0" width="280.0" x="680.0" y="103.0"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="txStart1" id="BPMNShape_txStart1">
<omgdc:Bounds height="30.0" width="30.0" x="700.0" y="158.0"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="txTask1" id="BPMNShape_txTask1">
<omgdc:Bounds height="60.0" width="100.0" x="770.0" y="148.0"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="txEnd1" id="BPMNShape_txEnd1">
<omgdc:Bounds height="30.0" width="30.0" x="910.0" y="158.0"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge bpmnElement="flow1" id="BPMNEdge_flow1">
<omgdi:waypoint x="130.0" y="178.0"/>
<omgdi:waypoint x="180.0" y="178.0"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="flow2" id="BPMNEdge_flow2">
<omgdi:waypoint x="280.0" y="178.0"/>
<omgdi:waypoint x="330.0" y="178.0"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="flow3" id="BPMNEdge_flow3">
<omgdi:waypoint x="630.0" y="178.0"/>
<omgdi:waypoint x="680.0" y="178.0"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="flow4" id="BPMNEdge_flow4">
<omgdi:waypoint x="960.0" y="178.0"/>
<omgdi:waypoint x="1000.0" y="178.0"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="subFlow1" id="BPMNEdge_subFlow1">
<omgdi:waypoint x="380.0" y="173.0"/>
<omgdi:waypoint x="420.0" y="178.0"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="subFlow2" id="BPMNEdge_subFlow2">
<omgdi:waypoint x="520.0" y="178.0"/>
<omgdi:waypoint x="560.0" y="173.0"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="errFlow1" id="BPMNEdge_errFlow1">
<omgdi:waypoint x="380.0" y="355.0"/>
<omgdi:waypoint x="420.0" y="354.5"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="errFlow2" id="BPMNEdge_errFlow2">
<omgdi:waypoint x="520.0" y="354.5"/>
<omgdi:waypoint x="560.0" y="355.0"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="txFlow1" id="BPMNEdge_txFlow1">
<omgdi:waypoint x="730.0" y="173.0"/>
<omgdi:waypoint x="770.0" y="178.0"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="txFlow2" id="BPMNEdge_txFlow2">
<omgdi:waypoint x="870.0" y="178.0"/>
<omgdi:waypoint x="910.0" y="173.0"/>
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</definitions>
|