} catch (Exception e) {
e.printStackTrace();
return sb;
}
} else if (options.containsKey("ganttchart")) {
GanttActivityViewer Viewer = new GanttActivityViewer();
sb.append(Viewer.render(activity, instance, options));
sb.append("</div>");
return sb;
}