<?xml version="1.0" encoding="UTF-8"?>
<bpmn:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:flowable="http://flowable.org/bpmn" id="Definitions_1" targetNamespace="http://www.flowable.org/processdef">
  <bpmn:process id="Process_1" isExecutable="false">
    <bpmn:userTask id="UserTask_08gesou" name="A">
      <extensionElements>
        <flowable:formData>
          <flowable:formField id="variableA" label="String Field" type="string" defaultValue="someString">
          </flowable:formField>
        </flowable:formData>
      </extensionElements>
    </bpmn:userTask>
    <bpmn:userTask id="UserTask_1wix5to" name="B">
      <extensionElements>
        <flowable:formData>
          <flowable:formField id="variableA" label="String Field" type="string" defaultValue="someString">
          </flowable:formField>
        </flowable:formData>
      </extensionElements>
    </bpmn:userTask>
  </bpmn:process>
  <bpmndi:BPMNDiagram id="BPMNDiagram_1">
    <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1">
      <bpmndi:BPMNShape id="UserTask_08gesou_di" bpmnElement="UserTask_08gesou">
        <dc:Bounds x="196" y="102" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="UserTask_1wix5to_di" bpmnElement="UserTask_1wix5to">
        <dc:Bounds x="196" y="248" width="100" height="80" />
      </bpmndi:BPMNShape>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</bpmn:definitions>
