sample-process-models/test/c301/C.3.0.1.bpmn

63 lines
3.3 KiB
Plaintext
Raw Normal View History

2022-09-08 01:25:23 +00:00
<?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_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
<bpmn:process id="Process_bd2e724" isExecutable="true">
2022-09-08 01:25:23 +00:00
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_1xxp9l1</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="Flow_1xxp9l1" sourceRef="StartEvent_1" targetRef="Activity_1rbciok" />
<bpmn:endEvent id="Event_0tn1dv6">
<bpmn:incoming>Flow_00gnk4l</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_00gnk4l" sourceRef="Activity_1rbciok" targetRef="Event_0tn1dv6" />
<bpmn:endEvent id="Event_13jbmm8">
<bpmn:incoming>Flow_03qkpm0</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_03qkpm0" sourceRef="Event_09x0fd5" targetRef="Event_13jbmm8" />
<bpmn:manualTask id="Activity_1rbciok" name="Task 1">
<bpmn:incoming>Flow_1xxp9l1</bpmn:incoming>
<bpmn:outgoing>Flow_00gnk4l</bpmn:outgoing>
</bpmn:manualTask>
<bpmn:boundaryEvent id="Event_09x0fd5" name="5 seconds" attachedToRef="Activity_1rbciok">
<bpmn:outgoing>Flow_03qkpm0</bpmn:outgoing>
<bpmn:timerEventDefinition id="TimerEventDefinition_0dqaned">
<bpmn:timeDuration xsi:type="bpmn:tFormalExpression">timedelta(seconds=5)</bpmn:timeDuration>
</bpmn:timerEventDefinition>
</bpmn:boundaryEvent>
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_bd2e724">
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="179" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0tn1dv6_di" bpmnElement="Event_0tn1dv6">
<dc:Bounds x="432" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_13jbmm8_di" bpmnElement="Event_13jbmm8">
<dc:Bounds x="402" y="252" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_19r4i18_di" bpmnElement="Activity_1rbciok">
<dc:Bounds x="270" y="137" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0rwlhf9_di" bpmnElement="Event_09x0fd5">
<dc:Bounds x="322" y="199" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="315" y="242" width="51" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_1xxp9l1_di" bpmnElement="Flow_1xxp9l1">
<di:waypoint x="215" y="177" />
<di:waypoint x="270" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_00gnk4l_di" bpmnElement="Flow_00gnk4l">
<di:waypoint x="370" y="177" />
<di:waypoint x="432" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_03qkpm0_di" bpmnElement="Flow_03qkpm0">
<di:waypoint x="340" y="235" />
<di:waypoint x="340" y="270" />
<di:waypoint x="402" y="270" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>