mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 06:35:23 +00:00
39 lines
2.0 KiB
XML
39 lines
2.0 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: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_1vagt1i" isExecutable="true">
|
|
<bpmn:startEvent id="Event_1ti9mjx">
|
|
<bpmn:outgoing>Flow_1ektwpr</bpmn:outgoing>
|
|
</bpmn:startEvent>
|
|
<bpmn:sequenceFlow id="Flow_1ektwpr" sourceRef="Event_1ti9mjx" targetRef="Activity_0tz66k4" />
|
|
<bpmn:endEvent id="Event_0ynn9ci">
|
|
<bpmn:incoming>Flow_0pzpc5z</bpmn:incoming>
|
|
</bpmn:endEvent>
|
|
<bpmn:sequenceFlow id="Flow_0pzpc5z" sourceRef="Activity_0tz66k4" targetRef="Event_0ynn9ci" />
|
|
<bpmn:scriptTask id="Activity_0tz66k4">
|
|
<bpmn:incoming>Flow_1ektwpr</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_0pzpc5z</bpmn:outgoing>
|
|
</bpmn:scriptTask>
|
|
</bpmn:process>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1vagt1i">
|
|
<bpmndi:BPMNShape id="Event_1ti9mjx_di" bpmnElement="Event_1ti9mjx">
|
|
<dc:Bounds x="-18" y="32" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Event_0ynn9ci_di" bpmnElement="Event_0ynn9ci">
|
|
<dc:Bounds x="222" y="32" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_1a5hbin_di" bpmnElement="Activity_0tz66k4">
|
|
<dc:Bounds x="70" y="10" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="Flow_1ektwpr_di" bpmnElement="Flow_1ektwpr">
|
|
<di:waypoint x="18" y="50" />
|
|
<di:waypoint x="70" y="50" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_0pzpc5z_di" bpmnElement="Flow_0pzpc5z">
|
|
<di:waypoint x="170" y="50" />
|
|
<di:waypoint x="222" y="50" />
|
|
</bpmndi:BPMNEdge>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions>
|