demo-process-models/playground/dinithi/test-user-task/test-user-task.bpmn

99 lines
5.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="Process_op1j5ri" isExecutable="true">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_0gnlvxk</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="Flow_0gnlvxk" sourceRef="StartEvent_1" targetRef="Activity_1t5ja44" />
<bpmn:manualTask id="Activity_1t5ja44" name="Welcome Note">
<bpmn:extensionElements>
<spiffworkflow:instructionsForEndUser>## Hi There! Ready to play a game?</spiffworkflow:instructionsForEndUser>
</bpmn:extensionElements>
<bpmn:incoming>Flow_0gnlvxk</bpmn:incoming>
<bpmn:outgoing>Flow_0owj6nb</bpmn:outgoing>
</bpmn:manualTask>
<bpmn:sequenceFlow id="Flow_0owj6nb" sourceRef="Activity_1t5ja44" targetRef="Activity_0pvtm3a" />
<bpmn:userTask id="Activity_0pvtm3a" name="Name Form">
<bpmn:extensionElements>
<spiffworkflow:properties>
<spiffworkflow:property name="formJsonSchemaFilename" value="myFirstForm-schema.json" />
<spiffworkflow:property name="formUiSchemaFilename" value="myFirstForm-uischema.json" />
</spiffworkflow:properties>
</bpmn:extensionElements>
<bpmn:incoming>Flow_0owj6nb</bpmn:incoming>
<bpmn:outgoing>Flow_13w5rao</bpmn:outgoing>
</bpmn:userTask>
<bpmn:manualTask id="Activity_1m834m7" name="Display Output">
<bpmn:extensionElements>
<spiffworkflow:instructionsForEndUser>**Your Name**: {{firstname}}
**Your Age**:{{age}}</spiffworkflow:instructionsForEndUser>
</bpmn:extensionElements>
<bpmn:incoming>Flow_1f0cexu</bpmn:incoming>
<bpmn:outgoing>Flow_0myogj8</bpmn:outgoing>
</bpmn:manualTask>
<bpmn:endEvent id="Event_018lfcd">
<bpmn:incoming>Flow_0myogj8</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_0myogj8" sourceRef="Activity_1m834m7" targetRef="Event_018lfcd" />
<bpmn:sequenceFlow id="Flow_13w5rao" sourceRef="Activity_0pvtm3a" targetRef="Activity_0myk8sx" />
<bpmn:userTask id="Activity_0myk8sx" name="Age Form">
<bpmn:extensionElements>
<spiffworkflow:properties>
<spiffworkflow:property name="formJsonSchemaFilename" value="myTestForm2-schema.json" />
<spiffworkflow:property name="formUiSchemaFilename" value="myTestForm2-uischema.json" />
</spiffworkflow:properties>
</bpmn:extensionElements>
<bpmn:incoming>Flow_13w5rao</bpmn:incoming>
<bpmn:outgoing>Flow_1f0cexu</bpmn:outgoing>
</bpmn:userTask>
<bpmn:sequenceFlow id="Flow_1f0cexu" sourceRef="Activity_0myk8sx" targetRef="Activity_1m834m7" />
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_op1j5ri">
<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_03aaj1z_di" bpmnElement="Activity_1t5ja44">
<dc:Bounds x="270" y="137" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_13titd3_di" bpmnElement="Activity_0pvtm3a">
<dc:Bounds x="430" y="137" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_11ko4d2_di" bpmnElement="Activity_1m834m7">
<dc:Bounds x="720" y="137" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_018lfcd_di" bpmnElement="Event_018lfcd">
<dc:Bounds x="872" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0swqo4k_di" bpmnElement="Activity_0myk8sx">
<dc:Bounds x="590" y="137" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_0gnlvxk_di" bpmnElement="Flow_0gnlvxk">
<di:waypoint x="215" y="177" />
<di:waypoint x="270" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0owj6nb_di" bpmnElement="Flow_0owj6nb">
<di:waypoint x="370" y="177" />
<di:waypoint x="430" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0myogj8_di" bpmnElement="Flow_0myogj8">
<di:waypoint x="820" y="177" />
<di:waypoint x="872" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_13w5rao_di" bpmnElement="Flow_13w5rao">
<di:waypoint x="530" y="177" />
<di:waypoint x="590" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1f0cexu_di" bpmnElement="Flow_1f0cexu">
<di:waypoint x="690" y="177" />
<di:waypoint x="720" y="177" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>