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_1sbj8e8</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_1sw001j" sourceRef="User_Task" targetRef="Activity_04mg26y" />
<bpmn:sequenceFlow id="Flow_11itfak" sourceRef="Activity_04mg26y" targetRef="Activity_0q9kc07" />
<bpmn:manualTask id="Activity_04mg26y" name="Temp Task 1">
<bpmn:incoming>Flow_1sw001j</bpmn:incoming>
<bpmn:outgoing>Flow_11itfak</bpmn:outgoing>
</bpmn:manualTask>
<bpmn:sequenceFlow id="Flow_1sbj8e8" sourceRef="Activity_0q9kc07" targetRef="Event_1bgornj" />
<bpmn:scriptTask id="Activity_0q9kc07" name="Temp Task 2">
<bpmn:incoming>Flow_11itfak</bpmn:incoming>
<bpmn:outgoing>Flow_1sbj8e8</bpmn:outgoing>
<bpmn:script>aa = 12</bpmn:script>
</bpmn:scriptTask>
</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_0kgaf3l_di" bpmnElement="Activity_0q9kc07">
<dc:Bounds x="580" y="137" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0jpxrh2_di" bpmnElement="Activity_04mg26y">
<dc:Bounds x="400" y="137" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_1bgornj_di" bpmnElement="Event_1bgornj">
<dc:Bounds x="742" y="159" width="36" height="36" />
</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="400" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_11itfak_di" bpmnElement="Flow_11itfak">
<di:waypoint x="500" y="177" />
<di:waypoint x="580" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1sbj8e8_di" bpmnElement="Flow_1sbj8e8">
<di:waypoint x="680" y="177" />
<di:waypoint x="742" y="177" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>