mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 15:58:28 +00:00
40 lines
2.1 KiB
XML
40 lines
2.1 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_luxhv8m" isExecutable="true">
|
|
<bpmn:startEvent id="Event_10kysl3">
|
|
<bpmn:outgoing>Flow_0gx5fsq</bpmn:outgoing>
|
|
</bpmn:startEvent>
|
|
<bpmn:sequenceFlow id="Flow_0gx5fsq" sourceRef="Event_10kysl3" targetRef="Activity_1pyhgrj" />
|
|
<bpmn:endEvent id="Event_0h6zm07">
|
|
<bpmn:incoming>Flow_0k4n5lc</bpmn:incoming>
|
|
</bpmn:endEvent>
|
|
<bpmn:sequenceFlow id="Flow_0k4n5lc" sourceRef="Activity_1pyhgrj" targetRef="Event_0h6zm07" />
|
|
<bpmn:scriptTask id="Activity_1pyhgrj">
|
|
<bpmn:incoming>Flow_0gx5fsq</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_0k4n5lc</bpmn:outgoing>
|
|
<bpmn:script>print("Hello world")</bpmn:script>
|
|
</bpmn:scriptTask>
|
|
</bpmn:process>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_luxhv8m">
|
|
<bpmndi:BPMNShape id="Event_10kysl3_di" bpmnElement="Event_10kysl3">
|
|
<dc:Bounds x="-328" y="-18" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Event_0h6zm07_di" bpmnElement="Event_0h6zm07">
|
|
<dc:Bounds x="-78" y="-18" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_0951arh_di" bpmnElement="Activity_1pyhgrj">
|
|
<dc:Bounds x="-230" y="-40" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="Flow_0gx5fsq_di" bpmnElement="Flow_0gx5fsq">
|
|
<di:waypoint x="-292" y="0" />
|
|
<di:waypoint x="-230" y="0" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_0k4n5lc_di" bpmnElement="Flow_0k4n5lc">
|
|
<di:waypoint x="-130" y="0" />
|
|
<di:waypoint x="-78" y="0" />
|
|
</bpmndi:BPMNEdge>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions>
|