mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 23:08:10 +00:00
56 lines
2.9 KiB
XML
56 lines
2.9 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:spiffworkflow="http://spiffworkflow.org/bpmn/schema/1.0/core" 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_mp6m1dg" isExecutable="true">
|
|
<bpmn:startEvent id="StartEvent_1">
|
|
<bpmn:outgoing>Flow_0afwr7v</bpmn:outgoing>
|
|
</bpmn:startEvent>
|
|
<bpmn:task id="Activity_1x6baow" name="Write data">
|
|
<bpmn:extensionElements>
|
|
<spiffworkflow:preScript>beer_and_food = {
|
|
"x":1
|
|
}</spiffworkflow:preScript>
|
|
</bpmn:extensionElements>
|
|
<bpmn:incoming>Flow_0afwr7v</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_1dyy5dv</bpmn:outgoing>
|
|
<bpmn:dataOutputAssociation id="DataOutputAssociation_1wyfrc9">
|
|
<bpmn:targetRef>DataStoreReference_0qxkl5i</bpmn:targetRef>
|
|
</bpmn:dataOutputAssociation>
|
|
</bpmn:task>
|
|
<bpmn:sequenceFlow id="Flow_0afwr7v" sourceRef="StartEvent_1" targetRef="Activity_1x6baow" />
|
|
<bpmn:endEvent id="Event_0yhez9w">
|
|
<bpmn:incoming>Flow_1dyy5dv</bpmn:incoming>
|
|
</bpmn:endEvent>
|
|
<bpmn:sequenceFlow id="Flow_1dyy5dv" sourceRef="Activity_1x6baow" targetRef="Event_0yhez9w" />
|
|
<bpmn:dataStoreReference id="DataStoreReference_0qxkl5i" />
|
|
</bpmn:process>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_mp6m1dg">
|
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
<dc:Bounds x="-38" y="82" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_1x6baow_di" bpmnElement="Activity_1x6baow">
|
|
<dc:Bounds x="50" y="60" width="100" height="80" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Event_0yhez9w_di" bpmnElement="Event_0yhez9w">
|
|
<dc:Bounds x="202" y="82" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="DataStoreReference_0qxkl5i_di" bpmnElement="DataStoreReference_0qxkl5i">
|
|
<dc:Bounds x="75" y="265" width="50" height="50" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="Flow_0afwr7v_di" bpmnElement="Flow_0afwr7v">
|
|
<di:waypoint x="-2" y="100" />
|
|
<di:waypoint x="50" y="100" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_1dyy5dv_di" bpmnElement="Flow_1dyy5dv">
|
|
<di:waypoint x="150" y="100" />
|
|
<di:waypoint x="202" y="100" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="DataOutputAssociation_1wyfrc9_di" bpmnElement="DataOutputAssociation_1wyfrc9">
|
|
<di:waypoint x="99" y="140" />
|
|
<di:waypoint x="96" y="265" />
|
|
</bpmndi:BPMNEdge>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions>
|