mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 06:05:13 +00:00
43 lines
2.3 KiB
XML
43 lines
2.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="Test_Data_Input_Error" name="Test Data Input Error" isExecutable="true">
|
|
<bpmn:startEvent id="StartEvent_1">
|
|
<bpmn:outgoing>Flow_1sgvmu4</bpmn:outgoing>
|
|
</bpmn:startEvent>
|
|
<bpmn:sequenceFlow id="Flow_1sgvmu4" sourceRef="StartEvent_1" targetRef="Activity_1ugmwqz" />
|
|
<bpmn:callActivity id="Activity_1ugmwqz" name="Call Activity" calledElement="Data_In_Call_Activity">
|
|
<bpmn:extensionElements>
|
|
<spiffworkflow:preScript />
|
|
</bpmn:extensionElements>
|
|
<bpmn:incoming>Flow_1sgvmu4</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_1sy964v</bpmn:outgoing>
|
|
</bpmn:callActivity>
|
|
<bpmn:endEvent id="Event_0u47wbs">
|
|
<bpmn:incoming>Flow_1sy964v</bpmn:incoming>
|
|
</bpmn:endEvent>
|
|
<bpmn:sequenceFlow id="Flow_1sy964v" sourceRef="Activity_1ugmwqz" targetRef="Event_0u47wbs" />
|
|
</bpmn:process>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Test_Data_Input_Error">
|
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
<dc:Bounds x="-48" y="142" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_0aefa35_di" bpmnElement="Activity_1ugmwqz">
|
|
<dc:Bounds x="30" y="120" width="100" height="80" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Event_0u47wbs_di" bpmnElement="Event_0u47wbs">
|
|
<dc:Bounds x="172" y="142" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="Flow_1sgvmu4_di" bpmnElement="Flow_1sgvmu4">
|
|
<di:waypoint x="-12" y="160" />
|
|
<di:waypoint x="30" y="160" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_1sy964v_di" bpmnElement="Flow_1sy964v">
|
|
<di:waypoint x="130" y="160" />
|
|
<di:waypoint x="172" y="160" />
|
|
</bpmndi:BPMNEdge>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions>
|