// annotation if present
sendNotification(context, logMsg, descriptionAndAnnotation, null);
}
public void exception(WorkflowTrackingContext context, String... descriptionAndAnnotation) {
LogExceptionDocument logMsg = LogExceptionDocument.Factory.newInstance();
BaseNotificationType log = logMsg.addNewLogException();
sendNotification(context, logMsg, descriptionAndAnnotation, null);
}