|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<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" xmlns:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_0k9d1hm" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.34.0" modeler:executionPlatform="Camunda Platform" modeler:executionPlatformVersion="7.23.0"> |
| 3 | + <bpmn:process id="process_0" isExecutable="true"> |
| 4 | + <bpmn:startEvent id="start"> |
| 5 | + <bpmn:outgoing>to-adhoc</bpmn:outgoing> |
| 6 | + </bpmn:startEvent> |
| 7 | + <bpmn:sequenceFlow id="to-adhoc" sourceRef="start" targetRef="adhoc" /> |
| 8 | + <bpmn:adHocSubProcess id="adhoc"> |
| 9 | + <bpmn:incoming>to-adhoc</bpmn:incoming> |
| 10 | + <bpmn:outgoing>to-end</bpmn:outgoing> |
| 11 | + <bpmn:task id="task1"> |
| 12 | + <bpmn:outgoing>to-throw1</bpmn:outgoing> |
| 13 | + </bpmn:task> |
| 14 | + <bpmn:task id="task2"> |
| 15 | + <bpmn:outgoing>to-task3</bpmn:outgoing> |
| 16 | + </bpmn:task> |
| 17 | + <bpmn:task id="task3"> |
| 18 | + <bpmn:incoming>to-task3</bpmn:incoming> |
| 19 | + </bpmn:task> |
| 20 | + <bpmn:sequenceFlow id="to-task3" sourceRef="task2" targetRef="task3" /> |
| 21 | + <bpmn:sequenceFlow id="to-throw1" sourceRef="task1" targetRef="throw" /> |
| 22 | + <bpmn:intermediateThrowEvent id="throw"> |
| 23 | + <bpmn:incoming>to-throw1</bpmn:incoming> |
| 24 | + <bpmn:signalEventDefinition id="SignalEventDefinition_0x1gapz" /> |
| 25 | + </bpmn:intermediateThrowEvent> |
| 26 | + </bpmn:adHocSubProcess> |
| 27 | + <bpmn:endEvent id="end"> |
| 28 | + <bpmn:incoming>to-end</bpmn:incoming> |
| 29 | + </bpmn:endEvent> |
| 30 | + <bpmn:sequenceFlow id="to-end" sourceRef="adhoc" targetRef="end" /> |
| 31 | + </bpmn:process> |
| 32 | + <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
| 33 | + <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="process_0"> |
| 34 | + <bpmndi:BPMNShape id="StartEvent_1_di" bpmnElement="start"> |
| 35 | + <dc:Bounds x="182" y="82" width="36" height="36" /> |
| 36 | + </bpmndi:BPMNShape> |
| 37 | + <bpmndi:BPMNShape id="Event_0pvnfrv_di" bpmnElement="end"> |
| 38 | + <dc:Bounds x="792" y="82" width="36" height="36" /> |
| 39 | + </bpmndi:BPMNShape> |
| 40 | + <bpmndi:BPMNShape id="Activity_0appjps_di" bpmnElement="adhoc" isExpanded="true"> |
| 41 | + <dc:Bounds x="330" y="90" width="350" height="320" /> |
| 42 | + </bpmndi:BPMNShape> |
| 43 | + <bpmndi:BPMNShape id="Activity_06bggfw_di" bpmnElement="task2"> |
| 44 | + <dc:Bounds x="370" y="270" width="100" height="80" /> |
| 45 | + </bpmndi:BPMNShape> |
| 46 | + <bpmndi:BPMNShape id="Activity_0ih83i0_di" bpmnElement="task3"> |
| 47 | + <dc:Bounds x="520" y="270" width="100" height="80" /> |
| 48 | + </bpmndi:BPMNShape> |
| 49 | + <bpmndi:BPMNShape id="Activity_1y2u83i_di" bpmnElement="task1"> |
| 50 | + <dc:Bounds x="370" y="110" width="100" height="80" /> |
| 51 | + </bpmndi:BPMNShape> |
| 52 | + <bpmndi:BPMNShape id="Event_0ljlhwm_di" bpmnElement="throw"> |
| 53 | + <dc:Bounds x="522" y="132" width="36" height="36" /> |
| 54 | + </bpmndi:BPMNShape> |
| 55 | + <bpmndi:BPMNEdge id="Flow_13mf53l_di" bpmnElement="to-throw1"> |
| 56 | + <di:waypoint x="470" y="150" /> |
| 57 | + <di:waypoint x="522" y="150" /> |
| 58 | + </bpmndi:BPMNEdge> |
| 59 | + <bpmndi:BPMNEdge id="Flow_0wbv0z8_di" bpmnElement="to-task3"> |
| 60 | + <di:waypoint x="470" y="310" /> |
| 61 | + <di:waypoint x="520" y="310" /> |
| 62 | + </bpmndi:BPMNEdge> |
| 63 | + <bpmndi:BPMNEdge id="Flow_1j2i43f_di" bpmnElement="to-adhoc"> |
| 64 | + <di:waypoint x="218" y="100" /> |
| 65 | + <di:waypoint x="330" y="100" /> |
| 66 | + </bpmndi:BPMNEdge> |
| 67 | + <bpmndi:BPMNEdge id="Flow_16bqx9r_di" bpmnElement="to-end"> |
| 68 | + <di:waypoint x="680" y="100" /> |
| 69 | + <di:waypoint x="792" y="100" /> |
| 70 | + </bpmndi:BPMNEdge> |
| 71 | + </bpmndi:BPMNPlane> |
| 72 | + </bpmndi:BPMNDiagram> |
| 73 | +</bpmn:definitions> |
0 commit comments