68 lines
3.7 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:collaboration id="Collaboration_04w5l38">
<bpmn:participant id="Participant_0b2jnbi" processRef="Process_is81udg" />
</bpmn:collaboration>
<bpmn:process id="Process_is81udg" isExecutable="true">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_0qibyqx</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="Flow_0qibyqx" sourceRef="StartEvent_1" targetRef="Activity_1isks9a" />
<bpmn:userTask id="Activity_1isks9a" name="Fill form">
<bpmn:extensionElements>
<spiffworkflow:properties>
<spiffworkflow:property name="formJsonSchemaFilename" value="form1-schema.json" />
<spiffworkflow:property name="formUiSchemaFilename" value="form1-uischema.json" />
</spiffworkflow:properties>
</bpmn:extensionElements>
<bpmn:incoming>Flow_0qibyqx</bpmn:incoming>
<bpmn:outgoing>Flow_02y7i4h</bpmn:outgoing>
<bpmn:property id="Property_1hisv1w" name="__targetRef_placeholder" />
<bpmn:dataInputAssociation id="DataInputAssociation_1bpsxp8">
<bpmn:sourceRef>DataStoreReference_0zsvocg</bpmn:sourceRef>
<bpmn:targetRef>Property_1hisv1w</bpmn:targetRef>
</bpmn:dataInputAssociation>
</bpmn:userTask>
<bpmn:endEvent id="Event_0wi283z">
<bpmn:incoming>Flow_02y7i4h</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_02y7i4h" sourceRef="Activity_1isks9a" targetRef="Event_0wi283z" />
<bpmn:dataStoreReference id="DataStoreReference_0zsvocg" name="fruits" />
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_04w5l38">
<bpmndi:BPMNShape id="Participant_0b2jnbi_di" bpmnElement="Participant_0b2jnbi" isHorizontal="true">
<dc:Bounds x="-170" y="-35" width="600" height="250" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="-108" y="72" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0trx5ee_di" bpmnElement="Activity_1isks9a">
<dc:Bounds x="-20" y="50" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0wi283z_di" bpmnElement="Event_0wi283z">
<dc:Bounds x="132" y="72" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_0qibyqx_di" bpmnElement="Flow_0qibyqx">
<di:waypoint x="-72" y="90" />
<di:waypoint x="-20" y="90" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_02y7i4h_di" bpmnElement="Flow_02y7i4h">
<di:waypoint x="80" y="90" />
<di:waypoint x="132" y="90" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="DataStoreReference_0zsvocg_di" bpmnElement="DataStoreReference_0zsvocg">
<dc:Bounds x="75" y="-185" width="50" height="50" />
<bpmndi:BPMNLabel>
<dc:Bounds x="90" y="-128" width="24" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="DataInputAssociation_1bpsxp8_di" bpmnElement="DataInputAssociation_1bpsxp8">
<di:waypoint x="92" y="-135" />
<di:waypoint x="33" y="50" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>