private void notifyMetadataMappingService(String entityName, String operation,
String logDir) throws FalconException {
if (Services.get().isRegistered(MetadataMappingService.SERVICE_NAME)) {
MetadataMappingService service = Services.get().getService(MetadataMappingService.SERVICE_NAME);
service.onSuccessfulWorkflowCompletion(entityName, operation, logDir);
}
}
private void debug(MapMessage mapMessage) throws JMSException {
StringBuilder buff = new StringBuilder();