mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 14:15:14 +00:00
41 lines
2.2 KiB
XML
41 lines
2.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_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
|
|
<bpmn:process id="Data_In_Call_Activity_2" name="Data In Call Activity 2" isExecutable="true">
|
|
<bpmn:startEvent id="StartEvent_1">
|
|
<bpmn:outgoing>Flow_0ir6dno</bpmn:outgoing>
|
|
</bpmn:startEvent>
|
|
<bpmn:sequenceFlow id="Flow_0ir6dno" sourceRef="StartEvent_1" targetRef="Activity_0igemj4" />
|
|
<bpmn:endEvent id="Event_0vwtyfz">
|
|
<bpmn:incoming>Flow_1son1nz</bpmn:incoming>
|
|
</bpmn:endEvent>
|
|
<bpmn:sequenceFlow id="Flow_1son1nz" sourceRef="Activity_0igemj4" targetRef="Event_0vwtyfz" />
|
|
<bpmn:scriptTask id="Activity_0igemj4" name="Access DO">
|
|
<bpmn:incoming>Flow_0ir6dno</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_1son1nz</bpmn:outgoing>
|
|
<bpmn:script>Value = DataObjectA</bpmn:script>
|
|
</bpmn:scriptTask>
|
|
</bpmn:process>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Data_In_Call_Activity_2">
|
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
<dc:Bounds x="32" y="152" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Event_0vwtyfz_di" bpmnElement="Event_0vwtyfz">
|
|
<dc:Bounds x="272" y="152" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_0ook8vl_di" bpmnElement="Activity_0igemj4">
|
|
<dc:Bounds x="120" y="130" width="100" height="80" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="Flow_0ir6dno_di" bpmnElement="Flow_0ir6dno">
|
|
<di:waypoint x="68" y="170" />
|
|
<di:waypoint x="120" y="170" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_1son1nz_di" bpmnElement="Flow_1son1nz">
|
|
<di:waypoint x="220" y="170" />
|
|
<di:waypoint x="272" y="170" />
|
|
</bpmndi:BPMNEdge>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions>
|