sample-process-models/test/c21/C.2.1.bpmn

46 lines
2.5 KiB
Plaintext
Raw Normal View History

2022-09-12 20:12:36 +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: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">
2022-09-16 22:15:47 +00:00
<bpmn:process id="Process_test_c21_C_2_1_bd2e724" isExecutable="true">
2022-09-12 20:12:36 +00:00
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_039smz0</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="Flow_039smz0" sourceRef="StartEvent_1" targetRef="Activity_1cy7k8c" />
<bpmn:endEvent id="Event_0k7gn0l">
<bpmn:incoming>Flow_1lnoxjs</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_1lnoxjs" sourceRef="Activity_1cy7k8c" targetRef="Event_0k7gn0l" />
<bpmn:manualTask id="Activity_1cy7k8c" name="Task 1">
<bpmn:incoming>Flow_039smz0</bpmn:incoming>
<bpmn:outgoing>Flow_1lnoxjs</bpmn:outgoing>
</bpmn:manualTask>
<bpmn:boundaryEvent id="Event_1ec8zck" attachedToRef="Activity_1cy7k8c">
<bpmn:errorEventDefinition id="ErrorEventDefinition_0il2q7y" errorRef="Error_0n7hszz" />
2022-09-12 20:12:36 +00:00
</bpmn:boundaryEvent>
</bpmn:process>
<bpmn:error id="Error_0n7hszz" name="Error_0vkrmtd" errorCode="123" />
2022-09-12 20:12:36 +00:00
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
2022-09-16 22:15:47 +00:00
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_test_c21_C_2_1_bd2e724">
2022-09-12 20:12:36 +00:00
<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_0k7gn0l_di" bpmnElement="Event_0k7gn0l">
<dc:Bounds x="432" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0uo84v3_di" bpmnElement="Activity_1cy7k8c">
<dc:Bounds x="270" y="137" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_1rj47ym_di" bpmnElement="Event_1ec8zck">
<dc:Bounds x="332" y="199" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_039smz0_di" bpmnElement="Flow_039smz0">
<di:waypoint x="215" y="177" />
<di:waypoint x="270" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1lnoxjs_di" bpmnElement="Flow_1lnoxjs">
<di:waypoint x="370" y="177" />
<di:waypoint x="432" y="177" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>