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 | <?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:xsd="http://www.w3.org/2001/XMLSchema" 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" typeLanguage="http://www.w3.org/2001/XMLSchema" expressionLanguage="http://www.w3.org/1999/XPath" targetNamespace="http://www.activiti.org/test">
<signal id="approvalSignal" name="Approval Signal"/>
<message id="startMessage" name="Start Message"/>
<error id="fatalError" name="Fatal Error" errorCode="ERR-FATAL"/>
<process id="eventTypesProcess" name="Event Types Process" isExecutable="true">
<startEvent id="timerstart1" name="Timer Start">
<timerEventDefinition>
<timeCycle>R3/PT10H</timeCycle>
</timerEventDefinition>
</startEvent>
<startEvent id="signalstart1" name="Signal Start">
<signalEventDefinition signalRef="approvalSignal"/>
</startEvent>
<startEvent id="messagestart1" name="Message Start">
<messageEventDefinition messageRef="startMessage"/>
</startEvent>
<userTask id="usertask1" name="Process" activiti:assignee="admin"/>
<intermediateCatchEvent id="timercatch1" name="Wait Timer">
<timerEventDefinition>
<timeDate>2025-12-31T23:59:00Z</timeDate>
</timerEventDefinition>
</intermediateCatchEvent>
<intermediateCatchEvent id="signalcatch1" name="Wait Signal">
<signalEventDefinition signalRef="approvalSignal"/>
</intermediateCatchEvent>
<intermediateCatchEvent id="messagecatch1" name="Wait Message">
<messageEventDefinition messageRef="startMessage"/>
</intermediateCatchEvent>
<intermediateThrowEvent id="signalthrow1" name="Throw Signal">
<signalEventDefinition signalRef="approvalSignal"/>
</intermediateThrowEvent>
<endEvent id="errorend1" name="Error End">
<errorEventDefinition errorRef="fatalError"/>
</endEvent>
<endEvent id="terminateend1" name="Terminate End">
<terminateEventDefinition/>
</endEvent>
<endEvent id="endevent1" name="Done"/>
<sequenceFlow id="flow1" sourceRef="timerstart1" targetRef="usertask1"/>
<sequenceFlow id="flow2" sourceRef="usertask1" targetRef="timercatch1"/>
<sequenceFlow id="flow3" sourceRef="timercatch1" targetRef="signalthrow1"/>
<sequenceFlow id="flow4" sourceRef="signalthrow1" targetRef="endevent1"/>
</process>
<bpmndi:BPMNDiagram id="BPMNDiagram_eventTypesProcess">
<bpmndi:BPMNPlane bpmnElement="eventTypesProcess" id="BPMNPlane_eventTypesProcess">
<bpmndi:BPMNShape bpmnElement="timerstart1" id="BPMNShape_timerstart1">
<omgdc:Bounds height="35.0" width="35.0" x="90.0" y="250.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="usertask1" id="BPMNShape_usertask1">
<omgdc:Bounds height="55.0" width="105.0" x="200.0" y="240.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="timercatch1" id="BPMNShape_timercatch1">
<omgdc:Bounds height="35.0" width="35.0" x="370.0" y="250.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="signalthrow1" id="BPMNShape_signalthrow1">
<omgdc:Bounds height="35.0" width="35.0" x="470.0" y="250.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="endevent1" id="BPMNShape_endevent1">
<omgdc:Bounds height="35.0" width="35.0" x="570.0" y="250.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="signalstart1" id="BPMNShape_signalstart1">
<omgdc:Bounds height="35.0" width="35.0" x="90.0" y="350.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="messagestart1" id="BPMNShape_messagestart1">
<omgdc:Bounds height="35.0" width="35.0" x="90.0" y="420.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="signalcatch1" id="BPMNShape_signalcatch1">
<omgdc:Bounds height="35.0" width="35.0" x="370.0" y="350.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="messagecatch1" id="BPMNShape_messagecatch1">
<omgdc:Bounds height="35.0" width="35.0" x="370.0" y="420.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="errorend1" id="BPMNShape_errorend1">
<omgdc:Bounds height="35.0" width="35.0" x="570.0" y="350.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="terminateend1" id="BPMNShape_terminateend1">
<omgdc:Bounds height="35.0" width="35.0" x="570.0" y="420.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge bpmnElement="flow1" id="BPMNEdge_flow1">
<omgdi:waypoint x="125.0" y="267.5"/>
<omgdi:waypoint x="200.0" y="267.5"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="flow2" id="BPMNEdge_flow2">
<omgdi:waypoint x="305.0" y="267.5"/>
<omgdi:waypoint x="370.0" y="267.5"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="flow3" id="BPMNEdge_flow3">
<omgdi:waypoint x="405.0" y="267.5"/>
<omgdi:waypoint x="470.0" y="267.5"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="flow4" id="BPMNEdge_flow4">
<omgdi:waypoint x="505.0" y="267.5"/>
<omgdi:waypoint x="570.0" y="267.5"/>
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</definitions>
|