LOGGER.info("Starting reprocessing ChartScripts");
this.listenerForwarder.progressing(50f, "Starting reprocessing ChartScripts");
final FlowUtil flowUtil = new FlowUtil(getTempDir(), getConfigDir());
flowUtil.runScripts(geoStoreUtil, chartScripts);
LOGGER.info("Reprocessing ChartScripts completed");
this.listenerForwarder.setTask("Reprocessing ChartScripts completed");
this.listenerForwarder.completed();
}