2024-03-05 15:18:06 -05:00

101 lines
5.6 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:spiffworkflow="http://spiffworkflow.org/bpmn/schema/1.0/core" 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_sub_level" name="Process Sub Level" isExecutable="true">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_18zaszw</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:endEvent id="EndEvent_1">
<bpmn:extensionElements>
<spiffworkflow:instructionsForEndUser>The process instance completed successfully.</spiffworkflow:instructionsForEndUser>
</bpmn:extensionElements>
<bpmn:incoming>Flow_02mnp5n</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_1dbpkjb" sourceRef="sub_script_task" targetRef="sub_manual_task" />
<bpmn:scriptTask id="sub_script_task" name="Sub Script Task">
<bpmn:incoming>Flow_18zaszw</bpmn:incoming>
<bpmn:outgoing>Flow_1dbpkjb</bpmn:outgoing>
<bpmn:dataOutputAssociation id="DataOutputAssociation_0nq3jkj">
<bpmn:targetRef>DataObjectReference_11gskr0</bpmn:targetRef>
</bpmn:dataOutputAssociation>
<bpmn:script>sub_level_data_object = "b"</bpmn:script>
</bpmn:scriptTask>
<bpmn:dataObject id="sub_level_data_object" name="sub_level_data_object" />
<bpmn:dataObjectReference id="DataObjectReference_11gskr0" name="sub_level_data_object" dataObjectRef="sub_level_data_object" />
<bpmn:sequenceFlow id="Flow_18zaszw" sourceRef="StartEvent_1" targetRef="sub_script_task" />
<bpmn:sequenceFlow id="Flow_15y3o98" sourceRef="sub_manual_task" targetRef="sub_script_task_two" />
<bpmn:manualTask id="sub_manual_task" name="Sub Manual Task">
<bpmn:incoming>Flow_1dbpkjb</bpmn:incoming>
<bpmn:outgoing>Flow_15y3o98</bpmn:outgoing>
</bpmn:manualTask>
<bpmn:sequenceFlow id="Flow_02mnp5n" sourceRef="sub_script_task_two" targetRef="EndEvent_1" />
<bpmn:scriptTask id="sub_script_task_two" name="Sub Script Task Two">
<bpmn:incoming>Flow_15y3o98</bpmn:incoming>
<bpmn:outgoing>Flow_02mnp5n</bpmn:outgoing>
<bpmn:dataOutputAssociation id="DataOutputAssociation_0quuwm4">
<bpmn:targetRef>DataObjectReference_06uyy2z</bpmn:targetRef>
</bpmn:dataOutputAssociation>
<bpmn:script>sub_level_data_object_two = 'c'</bpmn:script>
</bpmn:scriptTask>
<bpmn:dataObject id="sub_level_data_object_two" name="sub_level_data_object_two" />
<bpmn:dataObjectReference id="DataObjectReference_06uyy2z" name="sub_level_data_object_two" dataObjectRef="sub_level_data_object_two" />
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_sub_level">
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="179" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_14za570_di" bpmnElement="EndEvent_1">
<dc:Bounds x="632" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0stvzig_di" bpmnElement="sub_script_task">
<dc:Bounds x="260" y="137" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="DataObjectReference_11gskr0_di" bpmnElement="DataObjectReference_11gskr0">
<dc:Bounds x="292" y="45" width="36" height="50" />
<bpmndi:BPMNLabel>
<dc:Bounds x="266" y="21" width="87" height="27" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1roka0p_di" bpmnElement="sub_manual_task">
<dc:Bounds x="380" y="137" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0ao5f38_di" bpmnElement="sub_script_task_two">
<dc:Bounds x="500" y="137" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="DataObjectReference_06uyy2z_di" bpmnElement="DataObjectReference_06uyy2z">
<dc:Bounds x="542" y="25" width="36" height="50" />
<bpmndi:BPMNLabel>
<dc:Bounds x="517" y="82" width="87" height="27" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_1dbpkjb_di" bpmnElement="Flow_1dbpkjb">
<di:waypoint x="360" y="177" />
<di:waypoint x="380" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="DataOutputAssociation_0nq3jkj_di" bpmnElement="DataOutputAssociation_0nq3jkj">
<di:waypoint x="311" y="137" />
<di:waypoint x="314" y="95" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_18zaszw_di" bpmnElement="Flow_18zaszw">
<di:waypoint x="215" y="177" />
<di:waypoint x="260" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_15y3o98_di" bpmnElement="Flow_15y3o98">
<di:waypoint x="480" y="177" />
<di:waypoint x="500" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_02mnp5n_di" bpmnElement="Flow_02mnp5n">
<di:waypoint x="600" y="177" />
<di:waypoint x="632" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="DataOutputAssociation_0quuwm4_di" bpmnElement="DataOutputAssociation_0quuwm4">
<di:waypoint x="553" y="137" />
<di:waypoint x="557" y="75" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>