85 lines
4.5 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_2sn0gya" isExecutable="true">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_1t3jxm7</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="Flow_1t3jxm7" sourceRef="StartEvent_1" targetRef="client_details_form" />
<bpmn:sequenceFlow id="Flow_1g8rpgo" sourceRef="client_details_form" targetRef="display_client_details" />
<bpmn:endEvent id="Event_10e2nu3">
<bpmn:incoming>Flow_1sq481k</bpmn:incoming>
</bpmn:endEvent>
<bpmn:userTask id="client_details_form" name="Client Details Form">
<bpmn:extensionElements>
<spiffworkflow:properties>
<spiffworkflow:property name="formJsonSchemaFilename" value="client-details-schema.json" />
<spiffworkflow:property name="formUiSchemaFilename" value="client-details-uischema.json" />
</spiffworkflow:properties>
</bpmn:extensionElements>
<bpmn:incoming>Flow_1t3jxm7</bpmn:incoming>
<bpmn:incoming>Flow_18u6omr</bpmn:incoming>
<bpmn:outgoing>Flow_1g8rpgo</bpmn:outgoing>
</bpmn:userTask>
<bpmn:manualTask id="display_client_details" name="Display Client Details">
<bpmn:extensionElements>
<spiffworkflow:instructionsForEndUser>{{all_the_details}}</spiffworkflow:instructionsForEndUser>
</bpmn:extensionElements>
<bpmn:incoming>Flow_1g8rpgo</bpmn:incoming>
<bpmn:outgoing>Flow_1sq481k</bpmn:outgoing>
</bpmn:manualTask>
<bpmn:boundaryEvent id="edit_button" name="Edit Button" attachedToRef="display_client_details">
<bpmn:extensionElements>
<spiffworkflow:signalButtonLabel>Edit</spiffworkflow:signalButtonLabel>
</bpmn:extensionElements>
<bpmn:outgoing>Flow_18u6omr</bpmn:outgoing>
<bpmn:signalEventDefinition id="SignalEventDefinition_0aa50mx" signalRef="Signal_3pqe79i" />
</bpmn:boundaryEvent>
<bpmn:sequenceFlow id="Flow_1sq481k" sourceRef="display_client_details" targetRef="Event_10e2nu3" />
<bpmn:sequenceFlow id="Flow_18u6omr" sourceRef="edit_button" targetRef="client_details_form" />
</bpmn:process>
<bpmn:signal id="Signal_3pqe79i" name="Signal_3pqe79i" />
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_2sn0gya">
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="179" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1a63irz_di" bpmnElement="client_details_form">
<dc:Bounds x="270" y="137" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1foeqze_di" bpmnElement="display_client_details">
<dc:Bounds x="430" y="137" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_10e2nu3_di" bpmnElement="Event_10e2nu3">
<dc:Bounds x="692" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0q2z5bg_di" bpmnElement="edit_button">
<dc:Bounds x="482" y="199" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="473" y="242" width="54" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_1t3jxm7_di" bpmnElement="Flow_1t3jxm7">
<di:waypoint x="215" y="177" />
<di:waypoint x="270" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1g8rpgo_di" bpmnElement="Flow_1g8rpgo">
<di:waypoint x="370" y="177" />
<di:waypoint x="430" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1sq481k_di" bpmnElement="Flow_1sq481k">
<di:waypoint x="530" y="177" />
<di:waypoint x="692" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_18u6omr_di" bpmnElement="Flow_18u6omr">
<di:waypoint x="500" y="235" />
<di:waypoint x="500" y="255" />
<di:waypoint x="435" y="255" />
<di:waypoint x="350" y="330" />
<di:waypoint x="350" y="217" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>