|
| 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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_0l7t44b" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="4.9.0" modeler:executionPlatform="Camunda Cloud" modeler:executionPlatformVersion="1.0.0"> |
| 3 | + <bpmn:process id="Process_0jznnxv" isExecutable="true"> |
| 4 | + <bpmn:exclusiveGateway id="ExclusiveGateway"> |
| 5 | + <bpmn:outgoing>SequenceFlow1</bpmn:outgoing> |
| 6 | + <bpmn:outgoing>SequenceFlow2</bpmn:outgoing> |
| 7 | + </bpmn:exclusiveGateway> |
| 8 | + <bpmn:endEvent id="Event_0ormpsf"> |
| 9 | + <bpmn:incoming>SequenceFlow1</bpmn:incoming> |
| 10 | + </bpmn:endEvent> |
| 11 | + <bpmn:sequenceFlow id="SequenceFlow1" sourceRef="ExclusiveGateway" targetRef="Event_0ormpsf"> |
| 12 | + <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">abc</bpmn:conditionExpression> |
| 13 | + </bpmn:sequenceFlow> |
| 14 | + <bpmn:endEvent id="Event_0kdkxge"> |
| 15 | + <bpmn:incoming>SequenceFlow2</bpmn:incoming> |
| 16 | + </bpmn:endEvent> |
| 17 | + <bpmn:sequenceFlow id="SequenceFlow2" sourceRef="ExclusiveGateway" targetRef="Event_0kdkxge"> |
| 18 | + <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">true</bpmn:conditionExpression> |
| 19 | + </bpmn:sequenceFlow> |
| 20 | + </bpmn:process> |
| 21 | + <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
| 22 | + <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_0jznnxv"> |
| 23 | + <bpmndi:BPMNEdge id="Flow_1o5j6d7_di" bpmnElement="SequenceFlow1"> |
| 24 | + <di:waypoint x="205" y="150" /> |
| 25 | + <di:waypoint x="262" y="150" /> |
| 26 | + </bpmndi:BPMNEdge> |
| 27 | + <bpmndi:BPMNEdge id="Flow_0qmevme_di" bpmnElement="SequenceFlow2"> |
| 28 | + <di:waypoint x="180" y="175" /> |
| 29 | + <di:waypoint x="180" y="260" /> |
| 30 | + <di:waypoint x="262" y="260" /> |
| 31 | + </bpmndi:BPMNEdge> |
| 32 | + <bpmndi:BPMNShape id="Gateway_162bt72_di" bpmnElement="ExclusiveGateway" isMarkerVisible="true"> |
| 33 | + <dc:Bounds x="155" y="125" width="50" height="50" /> |
| 34 | + </bpmndi:BPMNShape> |
| 35 | + <bpmndi:BPMNShape id="Event_0ormpsf_di" bpmnElement="Event_0ormpsf"> |
| 36 | + <dc:Bounds x="262" y="132" width="36" height="36" /> |
| 37 | + </bpmndi:BPMNShape> |
| 38 | + <bpmndi:BPMNShape id="Event_0kdkxge_di" bpmnElement="Event_0kdkxge"> |
| 39 | + <dc:Bounds x="262" y="242" width="36" height="36" /> |
| 40 | + </bpmndi:BPMNShape> |
| 41 | + </bpmndi:BPMNPlane> |
| 42 | + </bpmndi:BPMNDiagram> |
| 43 | +</bpmn:definitions> |
0 commit comments