-
Notifications
You must be signed in to change notification settings - Fork 6
/
eXXX_TICEDuration.bpmn
50 lines (50 loc) · 2.68 KB
/
eXXX_TICEDuration.bpmn
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
<?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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_1lt4fsc" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.1">
<bpmn:collaboration id="eXXX_TICEDuration">
<bpmn:participant id="P" name="P" processRef="Pid" />
</bpmn:collaboration>
<bpmn:process id="Pid" name="P" isExecutable="true">
<bpmn:endEvent id="ee">
<bpmn:incoming>SequenceFlow_0b689qw</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="SequenceFlow_04jhviy" sourceRef="se" targetRef="ti" />
<bpmn:sequenceFlow id="SequenceFlow_0b689qw" sourceRef="ti" targetRef="ee" />
<bpmn:intermediateCatchEvent id="ti" name="P1DT1H30M0S">
<bpmn:incoming>SequenceFlow_04jhviy</bpmn:incoming>
<bpmn:outgoing>SequenceFlow_0b689qw</bpmn:outgoing>
<bpmn:timerEventDefinition>
<bpmn:timeDuration xsi:type="bpmn:tFormalExpression">P1DT1H30M0S</bpmn:timeDuration>
</bpmn:timerEventDefinition>
</bpmn:intermediateCatchEvent>
<bpmn:startEvent id="se">
<bpmn:outgoing>SequenceFlow_04jhviy</bpmn:outgoing>
</bpmn:startEvent>
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="eXXX_TICEDuration">
<bpmndi:BPMNShape id="Participant_0ivd07o_di" bpmnElement="P" isHorizontal="true">
<dc:Bounds x="129" y="52" width="600" height="250" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="EndEvent_0zyrkqy_di" bpmnElement="ee">
<dc:Bounds x="381" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_04jhviy_di" bpmnElement="SequenceFlow_04jhviy">
<di:waypoint x="215" y="177" />
<di:waypoint x="267" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="SequenceFlow_0b689qw_di" bpmnElement="SequenceFlow_0b689qw">
<di:waypoint x="303" y="177" />
<di:waypoint x="381" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="IntermediateCatchEvent_0xutkcu_di" bpmnElement="ti">
<dc:Bounds x="267" y="159" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="247" y="202" width="78" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="se">
<dc:Bounds x="179" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>