mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 06:05:13 +00:00
65 lines
3.3 KiB
XML
65 lines
3.3 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" xmlns:spiffworkflow="http://spiffworkflow.org/bpmn/schema/1.0/core" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
|
|
<bpmn:process id="Process_3i63hol1111" isExecutable="true">
|
|
<bpmn:ioSpecification>
|
|
<bpmn:dataInput id="DataIn" />
|
|
<bpmn:dataOutput id="DataOut" />
|
|
<bpmn:dataOutput id="DataOu" />
|
|
<bpmn:inputSet>
|
|
<bpmn:dataInputRefs>DataIn</bpmn:dataInputRefs>
|
|
</bpmn:inputSet>
|
|
<bpmn:outputSet>
|
|
<bpmn:dataOutputRefs>DataOut</bpmn:dataOutputRefs>
|
|
<bpmn:dataOutputRefs>DataOu</bpmn:dataOutputRefs>
|
|
</bpmn:outputSet>
|
|
</bpmn:ioSpecification>
|
|
<bpmn:startEvent id="StartEvent_1">
|
|
<bpmn:outgoing>Flow_096kh5r</bpmn:outgoing>
|
|
</bpmn:startEvent>
|
|
<bpmn:sequenceFlow id="Flow_096kh5r" sourceRef="StartEvent_1" targetRef="Activity_0fhneyq" />
|
|
<bpmn:endEvent id="Event_10p3vhm">
|
|
<bpmn:extensionElements>
|
|
<spiffworkflow:instructionsForEndUser>Data Input Output Process Complete</spiffworkflow:instructionsForEndUser>
|
|
</bpmn:extensionElements>
|
|
<bpmn:incoming>Flow_0wopid2</bpmn:incoming>
|
|
</bpmn:endEvent>
|
|
<bpmn:sequenceFlow id="Flow_0wopid2" sourceRef="Activity_0fhneyq" targetRef="Event_10p3vhm" />
|
|
<bpmn:scriptTask id="Activity_0fhneyq" name="Set Output Variables">
|
|
<bpmn:incoming>Flow_096kh5r</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_0wopid2</bpmn:outgoing>
|
|
<bpmn:script>DataOut = DataIn
|
|
DataOut2 = "New"</bpmn:script>
|
|
</bpmn:scriptTask>
|
|
</bpmn:process>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_3i63hol1111">
|
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
<dc:Bounds x="-308" y="102" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Event_10p3vhm_di" bpmnElement="Event_10p3vhm">
|
|
<dc:Bounds x="-68" y="102" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_19e8dm7_di" bpmnElement="Activity_0fhneyq">
|
|
<dc:Bounds x="-220" y="80" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="DataInput-304146256-1DI" bpmnElement="DataIn">
|
|
<dc:Bounds x="-278" y="-5" width="36" height="50" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="DataOutput-42039910-1DI" bpmnElement="DataOut">
|
|
<dc:Bounds x="-88" y="-5" width="36" height="50" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="DataOutput-742305037-1DI" bpmnElement="DataOu">
|
|
<dc:Bounds x="-18" y="-5" width="36" height="50" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="Flow_096kh5r_di" bpmnElement="Flow_096kh5r">
|
|
<di:waypoint x="-272" y="120" />
|
|
<di:waypoint x="-220" y="120" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_0wopid2_di" bpmnElement="Flow_0wopid2">
|
|
<di:waypoint x="-120" y="120" />
|
|
<di:waypoint x="-68" y="120" />
|
|
</bpmndi:BPMNEdge>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions>
|