}
}
final IProgressService progressService = PlatformUI.getWorkbench().getProgressService();
final ExportMarshallerRunnable runnable = new ExportMarshallerRunnable(getDiagram(), ActivitiConstants.BPMN_MARSHALLER_NAME);
progressService.busyCursorWhile(runnable);
} catch (Exception e) {
e.printStackTrace();
}