ChopboxAnchor anchor = peService.createChopboxAnchor(containerShape);
anchor.setReferencedGraphicsAlgorithm(ellipse);
AnchorUtil.addFixedPointAnchors(containerShape, ellipse);
Activity activity = event.getAttachedToRef();
PictogramElement foundElem = BusinessObjectUtil.getFirstBaseElementFromDiagram(getDiagram(), activity);
if (foundElem != null && foundElem instanceof ContainerShape) {
ContainerShape activityContainer = (ContainerShape) foundElem;
PositionOnLine pos = BoundaryEventPositionHelper.getPositionOnLineUsingBPMNShape(containerShape,
activityContainer);