mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 22:25:14 +00:00
72 lines
3.6 KiB
XML
72 lines
3.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: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_unit_test_call_activity_with_data_output_wgjzzaj" isExecutable="true">
|
|
<bpmn:startEvent id="StartEvent_1">
|
|
<bpmn:outgoing>Flow_17db3yp</bpmn:outgoing>
|
|
</bpmn:startEvent>
|
|
<bpmn:sequenceFlow id="Flow_17db3yp" sourceRef="StartEvent_1" targetRef="Activity_0jusvtu" />
|
|
<bpmn:endEvent id="EndEvent_1">
|
|
<bpmn:incoming>Flow_19841zi</bpmn:incoming>
|
|
</bpmn:endEvent>
|
|
<bpmn:sequenceFlow id="Flow_1hqpin7" sourceRef="Activity_0jusvtu" targetRef="Activity_1jwuhn7" />
|
|
<bpmn:scriptTask id="Activity_0jusvtu" name="Set Data">
|
|
<bpmn:incoming>Flow_17db3yp</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_1hqpin7</bpmn:outgoing>
|
|
<bpmn:script>a = 10
|
|
b = 20
|
|
c = 30
|
|
DataInput1 = 40
|
|
DataObject1 = 50</bpmn:script>
|
|
</bpmn:scriptTask>
|
|
<bpmn:sequenceFlow id="Flow_1pnybpx" sourceRef="Activity_1jwuhn7" targetRef="Activity_1v2en4k" />
|
|
<bpmn:callActivity id="Activity_1jwuhn7" name="Call Activity" calledElement="Data_Output_Call_Activity">
|
|
<bpmn:incoming>Flow_1hqpin7</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_1pnybpx</bpmn:outgoing>
|
|
</bpmn:callActivity>
|
|
<bpmn:sequenceFlow id="Flow_19841zi" sourceRef="Activity_1v2en4k" targetRef="EndEvent_1" />
|
|
<bpmn:manualTask id="Activity_1v2en4k" name="Access DO">
|
|
<bpmn:incoming>Flow_1pnybpx</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_19841zi</bpmn:outgoing>
|
|
</bpmn:manualTask>
|
|
<bpmn:dataObject id="DataObject1" name="DataObject1" />
|
|
</bpmn:process>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_unit_test_call_activity_with_data_output_wgjzzaj">
|
|
<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="802" y="159" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_0oe5l91_di" bpmnElement="Activity_0jusvtu">
|
|
<dc:Bounds x="280" y="137" width="100" height="80" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_0ioqkwi_di" bpmnElement="Activity_1jwuhn7">
|
|
<dc:Bounds x="450" y="137" width="100" height="80" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_1el4qo6_di" bpmnElement="Activity_1v2en4k">
|
|
<dc:Bounds x="620" y="137" width="100" height="80" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="Flow_17db3yp_di" bpmnElement="Flow_17db3yp">
|
|
<di:waypoint x="215" y="177" />
|
|
<di:waypoint x="280" y="177" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_1hqpin7_di" bpmnElement="Flow_1hqpin7">
|
|
<di:waypoint x="380" y="177" />
|
|
<di:waypoint x="450" y="177" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_1pnybpx_di" bpmnElement="Flow_1pnybpx">
|
|
<di:waypoint x="550" y="177" />
|
|
<di:waypoint x="620" y="177" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_19841zi_di" bpmnElement="Flow_19841zi">
|
|
<di:waypoint x="720" y="177" />
|
|
<di:waypoint x="802" y="177" />
|
|
</bpmndi:BPMNEdge>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions>
|