77 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_0bnpmb0</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_1sw001j" sourceRef="User_Task" targetRef="Activity_0ik9xky" />
<bpmn:sequenceFlow id="Flow_08rqv85" sourceRef="Activity_0ik9xky" targetRef="Activity_06jyekt" />
<bpmn:manualTask id="Activity_0ik9xky" name="11">
<bpmn:incoming>Flow_1sw001j</bpmn:incoming>
<bpmn:outgoing>Flow_08rqv85</bpmn:outgoing>
</bpmn:manualTask>
<bpmn:sequenceFlow id="Flow_0bnpmb0" sourceRef="Activity_06jyekt" targetRef="Event_1bgornj" />
<bpmn:scriptTask id="Activity_06jyekt" name="22">
<bpmn:incoming>Flow_08rqv85</bpmn:incoming>
<bpmn:outgoing>Flow_0bnpmb0</bpmn:outgoing>
</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="Event_1bgornj_di" bpmnElement="Event_1bgornj">
<dc:Bounds x="782" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1bzpb39_di" bpmnElement="Activity_0ik9xky">
<dc:Bounds x="400" y="137" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0mok5bz_di" bpmnElement="Activity_06jyekt">
<dc:Bounds x="580" 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="400" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_08rqv85_di" bpmnElement="Flow_08rqv85">
<di:waypoint x="500" y="177" />
<di:waypoint x="580" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0bnpmb0_di" bpmnElement="Flow_0bnpmb0">
<di:waypoint x="680" y="177" />
<di:waypoint x="782" y="177" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>