78 lines
4.1 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="Unit_Test_User_Task" name="Unit Test User Task" isExecutable="true">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_0a751jt</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="Flow_0a751jt" sourceRef="StartEvent_1" targetRef="User_Task" />
<bpmn:userTask id="User_Task" name="User Task">
<bpmn:extensionElements>
<spiffworkflow:instructionsForEndUser>This is the User Task Unit Test Screen.</spiffworkflow:instructionsForEndUser>
<spiffworkflow:properties>
<spiffworkflow:property name="formJsonSchemaFilename" value="get-name-schema.json" />
<spiffworkflow:property name="formUiSchemaFilename" value="get-name-uischema.json" />
</spiffworkflow:properties>
</bpmn:extensionElements>
<bpmn:incoming>Flow_0a751jt</bpmn:incoming>
<bpmn:outgoing>Flow_1sw001j</bpmn:outgoing>
</bpmn:userTask>
<bpmn:endEvent id="Event_1bgornj">
<bpmn:extensionElements>
<spiffworkflow:instructionsForEndUser>End User Task Unit Test.
Your name is {{name}}</spiffworkflow:instructionsForEndUser>
</bpmn:extensionElements>
<bpmn:incoming>Flow_1xgf31y</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_1sw001j" sourceRef="User_Task" targetRef="Activity_0dpdvol" />
<bpmn:sequenceFlow id="Flow_0cr6x3h" sourceRef="Activity_0dpdvol" targetRef="Activity_1uf9akh" />
<bpmn:manualTask id="Activity_0dpdvol" name="Temp Task 1">
<bpmn:incoming>Flow_1sw001j</bpmn:incoming>
<bpmn:outgoing>Flow_0cr6x3h</bpmn:outgoing>
</bpmn:manualTask>
<bpmn:scriptTask id="Activity_1uf9akh" name="Temp Task 2">
<bpmn:incoming>Flow_0cr6x3h</bpmn:incoming>
<bpmn:outgoing>Flow_1xgf31y</bpmn:outgoing>
<bpmn:script>dd = 3434</bpmn:script>
</bpmn:scriptTask>
<bpmn:sequenceFlow id="Flow_1xgf31y" sourceRef="Activity_1uf9akh" targetRef="Event_1bgornj" />
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Unit_Test_User_Task">
<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_0lunqdz_di" bpmnElement="User_Task">
<dc:Bounds x="250" y="137" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_18aczu0_di" bpmnElement="Activity_0dpdvol">
<dc:Bounds x="430" y="137" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_1bgornj_di" bpmnElement="Event_1bgornj">
<dc:Bounds x="762" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1of9gr7_di" bpmnElement="Activity_1uf9akh">
<dc:Bounds x="600" y="137" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_0a751jt_di" bpmnElement="Flow_0a751jt">
<di:waypoint x="215" y="177" />
<di:waypoint x="250" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1sw001j_di" bpmnElement="Flow_1sw001j">
<di:waypoint x="350" y="177" />
<di:waypoint x="430" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0cr6x3h_di" bpmnElement="Flow_0cr6x3h">
<di:waypoint x="530" y="177" />
<di:waypoint x="600" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1xgf31y_di" bpmnElement="Flow_1xgf31y">
<di:waypoint x="700" y="177" />
<di:waypoint x="762" y="177" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>