2022-06-20 11:26:53 -04:00

60 lines
3.2 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_1gfhn5v" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="4.2.0">
<bpmn:process id="Process_GetPreReviews" name="Get Pre Reviews" isExecutable="true">
<bpmn:startEvent id="StartEvent_1" name="Start Event">
<bpmn:outgoing>Flow_1kdbxks</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="Flow_1kdbxks" sourceRef="StartEvent_1" targetRef="Activity_GetPreReviews" />
<bpmn:sequenceFlow id="Flow_1q480jl" sourceRef="Activity_GetPreReviews" targetRef="Activity_DisplayPreReviews" />
<bpmn:endEvent id="Event_EndEvent" name="End Event">
<bpmn:incoming>Flow_079p0gd</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_079p0gd" sourceRef="Activity_DisplayPreReviews" targetRef="Event_EndEvent" />
<bpmn:scriptTask id="Activity_GetPreReviews" name="Get Pre Reviews">
<bpmn:incoming>Flow_1kdbxks</bpmn:incoming>
<bpmn:outgoing>Flow_1q480jl</bpmn:outgoing>
<bpmn:script>pre_reviews = get_pre_reviews()</bpmn:script>
</bpmn:scriptTask>
<bpmn:manualTask id="Activity_DisplayPreReviews" name="Display Pre Reviews">
<bpmn:documentation>## Pre Reviews
{{ pre_reviews }}</bpmn:documentation>
<bpmn:incoming>Flow_1q480jl</bpmn:incoming>
<bpmn:outgoing>Flow_079p0gd</bpmn:outgoing>
</bpmn:manualTask>
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_GetPreReviews">
<bpmndi:BPMNEdge id="Flow_1kdbxks_di" bpmnElement="Flow_1kdbxks">
<di:waypoint x="215" y="117" />
<di:waypoint x="326" y="117" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1q480jl_di" bpmnElement="Flow_1q480jl">
<di:waypoint x="426" y="117" />
<di:waypoint x="542" y="117" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_079p0gd_di" bpmnElement="Flow_079p0gd">
<di:waypoint x="642" y="117" />
<di:waypoint x="752" y="117" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="179" y="99" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="170" y="142" width="55" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_1xbzn8f_di" bpmnElement="Event_EndEvent">
<dc:Bounds x="752" y="99" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="745" y="142" width="51" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_14e44ha_di" bpmnElement="Activity_GetPreReviews">
<dc:Bounds x="326" y="77" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_12aneg8_di" bpmnElement="Activity_DisplayPreReviews">
<dc:Bounds x="542" y="77" width="100" height="80" />
</bpmndi:BPMNShape>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>