textElementFigure.encodeGeometry();
TextElement textElement = textElementFigure.getTextElement();
// Clone the element and add it to the process
textElement = (TextElement) textElement.clone();
process.addTextElement(textElement);
copyFlavor = ClientFlavors.PROCESS_ITEM;
}