mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 14:18:08 +00:00
55 lines
2.9 KiB
XML
55 lines
2.9 KiB
XML
<?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_pmfunny" isExecutable="true">
|
|
<bpmn:startEvent id="StartEvent_1">
|
|
<bpmn:outgoing>Flow_08md2cj</bpmn:outgoing>
|
|
</bpmn:startEvent>
|
|
<bpmn:sequenceFlow id="Flow_08md2cj" sourceRef="StartEvent_1" targetRef="Event_0dt9su1" />
|
|
<bpmn:scriptTask id="Activity_1dykm4t">
|
|
<bpmn:incoming>Flow_1smx543</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_10ebvjh</bpmn:outgoing>
|
|
<bpmn:script>print("Hello, world")</bpmn:script>
|
|
</bpmn:scriptTask>
|
|
<bpmn:endEvent id="Event_0rg3hyd">
|
|
<bpmn:incoming>Flow_10ebvjh</bpmn:incoming>
|
|
</bpmn:endEvent>
|
|
<bpmn:sequenceFlow id="Flow_10ebvjh" sourceRef="Activity_1dykm4t" targetRef="Event_0rg3hyd" />
|
|
<bpmn:sequenceFlow id="Flow_1smx543" sourceRef="Event_0dt9su1" targetRef="Activity_1dykm4t" />
|
|
<bpmn:intermediateCatchEvent id="Event_0dt9su1">
|
|
<bpmn:incoming>Flow_08md2cj</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_1smx543</bpmn:outgoing>
|
|
<bpmn:timerEventDefinition id="TimerEventDefinition_1ci2zgl">
|
|
<bpmn:timeDuration xsi:type="bpmn:tFormalExpression">PT15S</bpmn:timeDuration>
|
|
</bpmn:timerEventDefinition>
|
|
</bpmn:intermediateCatchEvent>
|
|
</bpmn:process>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_pmfunny">
|
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
<dc:Bounds x="179" y="159" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_0n6eap3_di" bpmnElement="Activity_1dykm4t">
|
|
<dc:Bounds x="340" y="137" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Event_0rg3hyd_di" bpmnElement="Event_0rg3hyd">
|
|
<dc:Bounds x="542" y="159" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Event_13qe4zq_di" bpmnElement="Event_0dt9su1">
|
|
<dc:Bounds x="252" y="159" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="Flow_08md2cj_di" bpmnElement="Flow_08md2cj">
|
|
<di:waypoint x="215" y="177" />
|
|
<di:waypoint x="252" y="177" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_10ebvjh_di" bpmnElement="Flow_10ebvjh">
|
|
<di:waypoint x="440" y="177" />
|
|
<di:waypoint x="542" y="177" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_1smx543_di" bpmnElement="Flow_1smx543">
|
|
<di:waypoint x="288" y="177" />
|
|
<di:waypoint x="340" y="177" />
|
|
</bpmndi:BPMNEdge>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions>
|