*/
protected IFigure createFigure() {
PolylineConnection conn = (PolylineConnection) super.createFigure();
if (getTransitionModel().getActions().size() > 0) {
label = new Label();
label.setBorder(new LineBorder());
label.setBackgroundColor(COLOR);
label.setOpaque(true);
label.setIcon(WebflowUIImages
.getImage(WebflowUIImages.IMG_OBJS_ACTION));
conn.add(label, new ConnectionLocator(conn));