mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 14:15:14 +00:00
71 lines
3.4 KiB
Plaintext
71 lines
3.4 KiB
Plaintext
|
<?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_udfi3lw" name="Data Input Data Output 2" isExecutable="true">
|
||
|
<bpmn:ioSpecification>
|
||
|
<bpmn:dataInput id="a" name="a" />
|
||
|
<bpmn:dataInput id="b" name="b" />
|
||
|
<bpmn:dataOutput id="output_var" name="output_var" />
|
||
|
<bpmn:inputSet>
|
||
|
<bpmn:dataInputRefs>a</bpmn:dataInputRefs>
|
||
|
<bpmn:dataInputRefs>b</bpmn:dataInputRefs>
|
||
|
</bpmn:inputSet>
|
||
|
<bpmn:outputSet>
|
||
|
<bpmn:dataOutputRefs>output_var</bpmn:dataOutputRefs>
|
||
|
</bpmn:outputSet>
|
||
|
</bpmn:ioSpecification>
|
||
|
<bpmn:startEvent id="StartEvent_1">
|
||
|
<bpmn:outgoing>Flow_0oaghp6</bpmn:outgoing>
|
||
|
</bpmn:startEvent>
|
||
|
<bpmn:sequenceFlow id="Flow_0oaghp6" sourceRef="StartEvent_1" targetRef="Activity_0czisms" />
|
||
|
<bpmn:endEvent id="Event_0ozreaz">
|
||
|
<bpmn:incoming>Flow_0a9qvlc</bpmn:incoming>
|
||
|
</bpmn:endEvent>
|
||
|
<bpmn:sequenceFlow id="Flow_0a9qvlc" sourceRef="Activity_0czisms" targetRef="Event_0ozreaz" />
|
||
|
<bpmn:scriptTask id="Activity_0czisms" name="Script task">
|
||
|
<bpmn:incoming>Flow_0oaghp6</bpmn:incoming>
|
||
|
<bpmn:outgoing>Flow_0a9qvlc</bpmn:outgoing>
|
||
|
<bpmn:script>output_var = b</bpmn:script>
|
||
|
</bpmn:scriptTask>
|
||
|
</bpmn:process>
|
||
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_udfi3lw">
|
||
|
<bpmndi:BPMNShape id="DataInput-866702082-1DI" bpmnElement="b">
|
||
|
<dc:Bounds x="232" y="45" width="36" height="50" />
|
||
|
<bpmndi:BPMNLabel>
|
||
|
<dc:Bounds x="247" y="102" width="7" height="14" />
|
||
|
</bpmndi:BPMNLabel>
|
||
|
</bpmndi:BPMNShape>
|
||
|
<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_0ozreaz_di" bpmnElement="Event_0ozreaz">
|
||
|
<dc:Bounds x="432" y="159" width="36" height="36" />
|
||
|
</bpmndi:BPMNShape>
|
||
|
<bpmndi:BPMNShape id="Activity_1p32rou_di" bpmnElement="Activity_0czisms">
|
||
|
<dc:Bounds x="270" y="137" width="100" height="80" />
|
||
|
<bpmndi:BPMNLabel />
|
||
|
</bpmndi:BPMNShape>
|
||
|
<bpmndi:BPMNShape id="DataInput-698028200-1DI" bpmnElement="a">
|
||
|
<dc:Bounds x="172" y="45" width="36" height="50" />
|
||
|
<bpmndi:BPMNLabel>
|
||
|
<dc:Bounds x="187" y="102" width="7" height="14" />
|
||
|
</bpmndi:BPMNLabel>
|
||
|
</bpmndi:BPMNShape>
|
||
|
<bpmndi:BPMNShape id="DataOutput-239773450-1DI" bpmnElement="output_var">
|
||
|
<dc:Bounds x="432" y="45" width="36" height="50" />
|
||
|
<bpmndi:BPMNLabel>
|
||
|
<dc:Bounds x="424" y="102" width="53" height="14" />
|
||
|
</bpmndi:BPMNLabel>
|
||
|
</bpmndi:BPMNShape>
|
||
|
<bpmndi:BPMNEdge id="Flow_0oaghp6_di" bpmnElement="Flow_0oaghp6">
|
||
|
<di:waypoint x="215" y="177" />
|
||
|
<di:waypoint x="270" y="177" />
|
||
|
</bpmndi:BPMNEdge>
|
||
|
<bpmndi:BPMNEdge id="Flow_0a9qvlc_di" bpmnElement="Flow_0a9qvlc">
|
||
|
<di:waypoint x="370" y="177" />
|
||
|
<di:waypoint x="432" y="177" />
|
||
|
</bpmndi:BPMNEdge>
|
||
|
</bpmndi:BPMNPlane>
|
||
|
</bpmndi:BPMNDiagram>
|
||
|
</bpmn:definitions>
|